Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c1023 IPFOBJ_IPNAT); in ipf_nat_ioctl()
1048 error = ipf_inobjsz(softc, data, nt, IPFOBJ_IPNAT, in ipf_nat_ioctl()
1168 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT); in ipf_nat_ioctl()
1205 error = ipf_outobjsz(softc, data, n, IPFOBJ_IPNAT, in ipf_nat_ioctl()
6600 objp->ipfo_type = IPFOBJ_IPNAT; in ipf_nat_getnext()
H A Dip_fil.h1291 #define IPFOBJ_IPNAT 5 /* struct ipnat */ macro
/freebsd/sbin/ipf/ipnat/
H A Dipnat_y.y1471 obj.ipfo_type = IPFOBJ_IPNAT; in ipnat_addrule()