Deleted Added
full compact
libalias.3 (57544) libalias.3 (57686)
1.\" $FreeBSD: head/sys/netinet/libalias/libalias.3 57544 2000-02-28 00:31:18Z alfred $
1.\" $FreeBSD: head/sys/netinet/libalias/libalias.3 57686 2000-03-02 09:14:21Z sheldonh $
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
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
106data structures.
107The 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 ---
108are always set after calling
109PacketAliasInit(). See section 2.3 for
110the meaning of these mode bits.
111.Bd -literal -offset indent
112 PKT_ALIAS_USE_SAME_PORTS
113 PKT_ALIAS_USE_SOCKETS
114 PKT_ALIAS_RESET_ON_ADDR_CHANGE
115

--- 775 unchanged lines hidden ---