Searched refs:natd (Results 1 – 23 of 23) sorted by relevance
| /src/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.
|
| /src/release/packages/ucl/ |
| H A D | natd-all.ucl | 22 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 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
|
| /src/lib/libalias/modules/nbt/ |
| H A D | Makefile | 1 PACKAGE= natd
|
| /src/lib/libalias/modules/pptp/ |
| H A D | Makefile | 1 PACKAGE= natd
|
| /src/lib/libalias/modules/skinny/ |
| H A D | Makefile | 1 PACKAGE= natd
|
| /src/lib/libalias/modules/ftp/ |
| H A D | Makefile | 1 PACKAGE= natd
|
| /src/lib/libalias/modules/smedia/ |
| H A D | Makefile | 1 PACKAGE= natd
|
| /src/lib/libalias/modules/dummy/ |
| H A D | Makefile | 1 PACKAGE= natd
|
| /src/lib/libalias/modules/irc/ |
| H A D | Makefile | 1 PACKAGE= natd
|
| /src/lib/libalias/libalias/ |
| H A D | Makefile | 3 PACKAGE= natd
|
| /src/release/tools/ |
| H A D | oci-image-notoolchain.conf | 16 FreeBSD-natd \
|
| /src/libexec/rc/rc.d/ |
| H A D | Makefile | 203 NATDPACKAGE= natd 204 NATD= natd
|
| /src/sbin/ |
| H A D | Makefile | 78 SUBDIR.${MK_IPFW}+= natd
|
| /src/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_nat.c | 980 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 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}
|
| /src/targets/pseudo/userland/ |
| H A D | Makefile.depend | 105 sbin/natd \
|
| /src/contrib/tcsh/ |
| H A D | complete.tcsh | 563 complete natd c/-/'(alias_address config deny_incoming dynamic \
|
| /src/usr.sbin/services_mkdb/ |
| H A D | services | 1981 natd 8668/divert # Network Address Translation
|
| /src/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 2655 OLD_FILES+=etc/rc.d/natd 2659 OLD_FILES+=sbin/natd 2663 OLD_FILES+=usr/share/man/man8/natd.8.gz
|