Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipfstat/
H A Dipfstat.c659 kmemcpy((char *)&fiop->f_active, (u_long)deadlist[36].n_value, in ipfstate_dead()
660 sizeof(fiop->f_active)); in ipfstate_dead()
1008 set = fiop->f_active; in showlist()
1852 on = fiop->f_active; in showgroups()
/freebsd-14.2/sbin/ipf/ipf/
H A Dipf.c573 printf("Active list: %d\n", fio.f_active); in showversion()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1066 int f_active; /* 1 or 0 - active rule set */ member
H A Dfil.c4178 fiop->f_active = softc->ipf_active; in ipf_getstat()