Deleted Added
sdiff udiff text old ( 57544 ) new ( 57686 )
full compact
1.\" $FreeBSD: head/sys/netinet/libalias/libalias.3 57544 2000-02-28 00:31:18Z alfred $
2.\"
3.Dd July, 1997
4.Dt LIBALIAS 3
5.Os
6.Sh NAME
7.Nm libalias
8.Nd packet aliasing library for masquerading and address translation (NAT)
9.Sh SYNOPSIS

--- 88 unchanged lines hidden (view full) ---

98by calling PacketAliasSetMode().
99.Ss 2.1 PacketAliasInit()
100
101.Ft void
102.Fn PacketAliasInit "void"
103
104This function has no argument or return
105value and is used to initialize internal
106data structures. The following mode bits
107are always set after calling
108PacketAliasInit(). See section 2.3 for
109the meaning of these mode bits.
110.Bd -literal -offset indent
111 PKT_ALIAS_USE_SAME_PORTS
112 PKT_ALIAS_USE_SOCKETS
113 PKT_ALIAS_RESET_ON_ADDR_CHANGE
114

--- 775 unchanged lines hidden ---