Searched refs:natd (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sbin/natd/
H A DMakefile3 PROG = natd
4 SRCS = natd.c icmp.c
8 MAN = natd.8
/freebsd-9.3-release/sbin/natd/samples/
H A Dnatd.test5 echo "usage: natd.test ifname"
13 ./natd -port 32000 -interface $1 -verbose
/freebsd-9.3-release/sbin/
H A DMakefile91 SUBDIR+= natd
/freebsd-9.3-release/etc/rc.d/
H A DMakefile91 natd \
/freebsd-9.3-release/release/picobsd/qemu/
H A Dcrunch.conf130 # If you want to run natd, remember the alias library
131 progs natd
132 libs_so -lalias # natd
/freebsd-9.3-release/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall111 # Network Address Translation. All packets are passed to natd(8)
113 # will then be run again on each packet after translation by natd
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
233 # translated by natd(8) would match the `deny' rule above. Similarly
239 ${fwcmd} add divert natd all from any to any via ${natd_interface}
/freebsd-9.3-release/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall111 # Network Address Translation. All packets are passed to natd(8)
113 # will then be run again on each packet after translation by natd
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
233 # translated by natd(8) would match the `deny' rule above. Similarly
239 ${fwcmd} add divert natd all from any to any via ${natd_interface}
/freebsd-9.3-release/etc/
H A Drc.firewall145 # Network Address Translation. All packets are passed to natd(8)
147 # will then be run again on each packet after translation by natd
158 ${fwcmd} add 50 divert natd ip4 from any to any via ${natd_interface}
311 # translated by natd(8) would match the `deny' rule above. Similarly
317 ${fwcmd} add divert natd ip4 from any to any via ${natd_interface}
H A Dservices2440 natd 8668/divert # Network Address Translation
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c653 ipnat_t natd; local
690 bcopy(data, (char *)&natd, sizeof(natd));
693 error = fr_inobj(data, &natd, IPFOBJ_IPNAT);
704 nat = &natd;
1669 /* Parameters: natd(I) - pointer to NAT structure to delete */
/freebsd-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh546 complete natd c/-/'(alias_address config deny_incoming dynamic \

Completed in 103 milliseconds