Home
last modified time | relevance | path

Searched refs:IPFOBJ_IPFSTAT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dcheckrev.c27 obj.ipfo_type = IPFOBJ_IPFSTAT; in checkrev()
/freebsd/sbin/ipf/ipf/
H A Dipf.c467 obj.ipfo_type = IPFOBJ_IPFSTAT; in zerostats()
519 ipfo.ipfo_type = IPFOBJ_IPFSTAT; in showversion()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1287 #define IPFOBJ_IPFSTAT 1 /* struct friostat */ macro
H A Dfil.c7327 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT);
7331 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
8120 IPFOBJ_IPFSTAT);
8124 error = ipf_outobj(softc, (void *)data, &fio, IPFOBJ_IPFSTAT);
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c462 ipfo.ipfo_type = IPFOBJ_IPFSTAT; in ipfstate_live()