Home
last modified time | relevance | path

Searched refs:IPFOBJ_FRENTRY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1286 #define IPFOBJ_FRENTRY 0 /* struct frentry */ macro
H A Dfil.c4422 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY); in frrequest()
4436 error = ipf_inobjsz(softc, data, f, IPFOBJ_FRENTRY, in frrequest()
4902 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY); in frrequest()
7739 obj.ipfo_type = IPFOBJ_FRENTRY;
/freebsd/sbin/ipf/common/
H A Dipf_y.y2406 obj.ipfo_type = IPFOBJ_FRENTRY; in ipf_addrule()