Home
last modified time | relevance | path

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

/freebsd/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.
/freebsd/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
/freebsd/lib/libalias/modules/dummy/
H A DMakefile1 PACKAGE= natd
/freebsd/lib/libalias/modules/irc/
H A DMakefile1 PACKAGE= natd
/freebsd/lib/libalias/modules/ftp/
H A DMakefile1 PACKAGE= natd
/freebsd/lib/libalias/modules/nbt/
H A DMakefile1 PACKAGE= natd
/freebsd/lib/libalias/modules/smedia/
H A DMakefile1 PACKAGE= natd
/freebsd/lib/libalias/modules/skinny/
H A DMakefile1 PACKAGE= natd
/freebsd/lib/libalias/modules/pptp/
H A DMakefile1 PACKAGE= natd
/freebsd/lib/libalias/libalias/
H A DMakefile3 PACKAGE= natd
/freebsd/sbin/
H A DMakefile78 SUBDIR.${MK_IPFW}+= natd
/freebsd/libexec/rc/rc.d/
H A DMakefile57 natd \
/freebsd/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}
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c979 ipnat_t natd; in ipf_nat_ioctl() local
1016 bcopy(data, (char *)&natd, sizeof(natd)); in ipf_nat_ioctl()
1017 nat = &natd; in ipf_nat_ioctl()
1020 bzero(&natd, sizeof(natd)); in ipf_nat_ioctl()
1021 error = ipf_inobj(softc, data, NULL, &natd, in ipf_nat_ioctl()
1026 if (natd.in_size < sizeof(ipnat_t)) { in ipf_nat_ioctl()
1030 KMALLOCS(nt, ipnat_t *, natd.in_size); in ipf_nat_ioctl()
1036 bzero(nt, natd.in_size); in ipf_nat_ioctl()
1038 natd.in_size); in ipf_nat_ioctl()
1130 natd.in_flineno = n->in_flineno; in ipf_nat_ioctl()
[all …]
/freebsd/targets/pseudo/userland/
H A DMakefile.depend105 sbin/natd \
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh563 complete natd c/-/'(alias_address config deny_incoming dynamic \
/freebsd/usr.sbin/services_mkdb/
H A Dservices1981 natd 8668/divert # Network Address Translation
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc2660 OLD_FILES+=sbin/natd
2664 OLD_FILES+=usr/share/man/man8/natd.8.gz