Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfs/
H A Dipfs.c634 obj.ipfo_type = IPFOBJ_NATSAVE; in readnat()
697 obj.ipfo_type = IPFOBJ_NATSAVE; in writenat()
/freebsd/share/examples/ipfilter/samples/
H A Dproxy.c206 obj.ipfo_type = IPFOBJ_NATSAVE;
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c1799 error = ipf_inobj(softc, data, NULL, &ipns, IPFOBJ_NATSAVE); in ipf_nat_getent()
1895 error = ipf_outobjsz(softc, data, ipn, IPFOBJ_NATSAVE, in ipf_nat_getent()
1935 error = ipf_inobj(softc, data, NULL, &ipn, IPFOBJ_NATSAVE); in ipf_nat_putent()
1967 error = ipf_inobjsz(softc, data, ipnn, IPFOBJ_NATSAVE, in ipf_nat_putent()
2167 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE); in ipf_nat_putent()
H A Dip_fil.h1294 #define IPFOBJ_NATSAVE 8 /* struct nat_save */ macro