Home
last modified time | relevance | path

Searched refs:natd (Results 1 – 23 of 23) sorted by relevance

/src/sbin/natd/
H A DMakefile1 PACKAGE= natd
2 PROG = natd
3 SRCS = natd.c icmp.c
6 MAN = natd.8
H A DHISTORY3 Initial version of natd.
13 after natd has become a daemon.
29 - Added -Wall to CFLAGS and some headers added to natd.c
35 packet arrives. This allows natd to start up before
39 - SIGHUP is now catched to allow natd to refresh aliasing
62 - Support for natd.cf configuration file has been added.
100 - Added /var/run/natd.pid
H A DREADME26 4) See man natd for further instructions.
30 This package is available at ftp://ftp.suutari.iki.fi/pub/natd.
/src/release/packages/ucl/
H A Dnatd-all.ucl22 The natd(8) daemon provides a NAT implementation in userland using ipfw
24 is preferred over natd. natd(8) is provided for backward compatibility
/src/sbin/natd/samples/
H A Dnatd.cf.sample4 # Configuration file for natd.
52 # natd is up - this is usually not the case. So either use
57 # machine, the nameserver won't be up if natd is called from /etc/rc.firewall
H A Dnatd.test13 ./natd -port 32000 -interface $1 -verbose
/src/lib/libalias/modules/nbt/
H A DMakefile1 PACKAGE= natd
/src/lib/libalias/modules/pptp/
H A DMakefile1 PACKAGE= natd
/src/lib/libalias/modules/skinny/
H A DMakefile1 PACKAGE= natd
/src/lib/libalias/modules/ftp/
H A DMakefile1 PACKAGE= natd
/src/lib/libalias/modules/smedia/
H A DMakefile1 PACKAGE= natd
/src/lib/libalias/modules/dummy/
H A DMakefile1 PACKAGE= natd
/src/lib/libalias/modules/irc/
H A DMakefile1 PACKAGE= natd
/src/lib/libalias/libalias/
H A DMakefile3 PACKAGE= natd
/src/release/tools/
H A Doci-image-notoolchain.conf16 FreeBSD-natd \
/src/libexec/rc/rc.d/
H A DMakefile203 NATDPACKAGE= natd
204 NATD= natd
/src/sbin/
H A DMakefile78 SUBDIR.${MK_IPFW}+= natd
/src/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c980 ipnat_t natd; in ipf_nat_ioctl() local
1017 bcopy(data, (char *)&natd, sizeof(natd)); in ipf_nat_ioctl()
1018 nat = &natd; in ipf_nat_ioctl()
1021 bzero(&natd, sizeof(natd)); in ipf_nat_ioctl()
1022 error = ipf_inobj(softc, data, NULL, &natd, in ipf_nat_ioctl()
1027 if (natd.in_size < sizeof(ipnat_t)) { in ipf_nat_ioctl()
1031 if (sizeof(natd) + natd.in_namelen != natd.in_size) { in ipf_nat_ioctl()
1036 if (natd.in_namelen < 0 || natd.in_namelen > softc->ipf_max_namelen) { in ipf_nat_ioctl()
1041 KMALLOCS(nt, ipnat_t *, natd.in_size); in ipf_nat_ioctl()
1047 bzero(nt, natd.in_size); in ipf_nat_ioctl()
[all …]
/src/libexec/rc/
H A Drc.firewall165 ${fwcmd} add 50 divert natd ip4 from any to any via ${natd_interface}
326 ${fwcmd} add divert natd ip4 from any to any via ${natd_interface}
/src/targets/pseudo/userland/
H A DMakefile.depend105 sbin/natd \
/src/contrib/tcsh/
H A Dcomplete.tcsh563 complete natd c/-/'(alias_address config deny_incoming dynamic \
/src/usr.sbin/services_mkdb/
H A Dservices1981 natd 8668/divert # Network Address Translation
/src/tools/build/mk/
H A DOptionalObsoleteFiles.inc2655 OLD_FILES+=etc/rc.d/natd
2659 OLD_FILES+=sbin/natd
2663 OLD_FILES+=usr/share/man/man8/natd.8.gz