freebsd-dev/lib/libalias
Brian Somers 5dd44916b7 Allow PacketAliasSetTarget() to be passed the following:
INADDR_NONE:   Incoming packets go to the alias address (the default)
  INADDR_ANY:    Incoming packets are not NAT'd (direct access to the
                 internal network from outside)
  anything else: Incoming packets go to the specified address

Change a few inaddr::s_addr == 0 to inaddr::s_addr == INADDR_ANY
while I'm there.
2000-03-31 20:36:29 +00:00
..
alias_cuseeme.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
alias_db.c Allow PacketAliasSetTarget() to be passed the following: 2000-03-31 20:36:29 +00:00
alias_ftp.c Add $FreeBSD$ and spell Eklund properly. 1999-08-29 23:17:04 +00:00
alias_irc.c Add $FreeBSD$ and spell Eklund properly. 1999-08-29 23:17:04 +00:00
alias_local.h Add $FreeBSD$ and spell Eklund properly. 1999-08-29 23:17:04 +00:00
alias_nbt.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
alias_proxy.c Add $FreeBSD$ and spell Eklund properly. 1999-08-29 23:17:04 +00:00
alias_util.c Add $FreeBSD$ and spell Eklund properly. 1999-08-29 23:17:04 +00:00
alias.c - Optimization to the previous (rev 1.15) commit. 1999-09-10 15:27:34 +00:00
alias.h The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were both 2000-02-02 23:49:32 +00:00
HISTORY Version 3.0: January 1, 1999 1999-02-27 02:16:01 +00:00
libalias.3 Allow PacketAliasSetTarget() to be passed the following: 2000-03-31 20:36:29 +00:00
Makefile Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00