Home
last modified time | relevance | path

Searched refs:f_active (Results 1 – 4 of 4) sorted by relevance

/src/sbin/ipf/ipfstat/
H A Dipfstat.c655 kmemcpy((char *)&fiop->f_active, (u_long)deadlist[36].n_value, in ipfstate_dead()
656 sizeof(fiop->f_active)); in ipfstate_dead()
1004 set = fiop->f_active; in showlist()
1848 on = fiop->f_active; in showgroups()
/src/sbin/ipf/ipf/
H A Dipf.c569 printf("Active list: %d\n", fio.f_active); in showversion()
/src/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1064 int f_active; /* 1 or 0 - active rule set */ member
H A Dfil.c4195 fiop->f_active = softc->ipf_active; in ipf_getstat()