Searched refs:natd (Results 1 – 21 of 21) sorted by relevance
/freebsd/sbin/natd/ |
H A D | Makefile | 1 PACKAGE= natd 2 PROG = natd 3 SRCS = natd.c icmp.c 6 MAN = natd.8
|
H A D | HISTORY | 3 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 D | README | 26 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 D | natd.cf.sample | 4 # 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 D | natd.test | 13 ./natd -port 32000 -interface $1 -verbose
|
/freebsd/lib/libalias/modules/dummy/ |
H A D | Makefile | 1 PACKAGE= natd
|
/freebsd/lib/libalias/modules/irc/ |
H A D | Makefile | 1 PACKAGE= natd
|
/freebsd/lib/libalias/modules/ftp/ |
H A D | Makefile | 1 PACKAGE= natd
|
/freebsd/lib/libalias/modules/nbt/ |
H A D | Makefile | 1 PACKAGE= natd
|
/freebsd/lib/libalias/modules/smedia/ |
H A D | Makefile | 1 PACKAGE= natd
|
/freebsd/lib/libalias/modules/skinny/ |
H A D | Makefile | 1 PACKAGE= natd
|
/freebsd/lib/libalias/modules/pptp/ |
H A D | Makefile | 1 PACKAGE= natd
|
/freebsd/lib/libalias/libalias/ |
H A D | Makefile | 3 PACKAGE= natd
|
/freebsd/sbin/ |
H A D | Makefile | 78 SUBDIR.${MK_IPFW}+= natd
|
/freebsd/libexec/rc/rc.d/ |
H A D | Makefile | 57 natd \
|
/freebsd/libexec/rc/ |
H A D | rc.firewall | 165 ${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 D | ip_nat.c | 979 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 D | Makefile.depend | 105 sbin/natd \
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 563 complete natd c/-/'(alias_address config deny_incoming dynamic \
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 1981 natd 8668/divert # Network Address Translation
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 2660 OLD_FILES+=sbin/natd 2664 OLD_FILES+=usr/share/man/man8/natd.8.gz
|