Searched refs:IPFOBJ_NATSAVE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sbin/ipf/ipfs/ |
| H A D | ipfs.c | 634 obj.ipfo_type = IPFOBJ_NATSAVE; in readnat() 697 obj.ipfo_type = IPFOBJ_NATSAVE; in writenat()
|
| /freebsd/share/examples/ipfilter/samples/ |
| H A D | proxy.c | 206 obj.ipfo_type = IPFOBJ_NATSAVE;
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_nat.c | 1799 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 D | ip_fil.h | 1294 #define IPFOBJ_NATSAVE 8 /* struct nat_save */ macro
|