Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c4542 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY);
4556 error = ipf_inobjsz(softc, data, f, IPFOBJ_FRENTRY,
5022 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY);
7999 obj.ipfo_type = IPFOBJ_FRENTRY;
H A Dip_fil.h1285 #define IPFOBJ_FRENTRY 0 /* struct frentry */ macro