summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-11-09 00:24:09 +0000
committerphantom <phantom@FreeBSD.org>1999-11-09 00:24:09 +0000
commit81a319a02c518a83ee66303d69e1f2742cc7066c (patch)
tree536747203f625b73e50b18959a83013c43e949c1 /sys/netinet/libalias
parent757fba0a6b04a6e6a3786bd80b42301bb7e25991 (diff)
downloadFreeBSD-src-81a319a02c518a83ee66303d69e1f2742cc7066c.zip
FreeBSD-src-81a319a02c518a83ee66303d69e1f2742cc7066c.tar.gz
Restore sub-chapters order.
PR: docs/14766 Submitted by: Kazutoshi Kubota <kazu@iworks.co.jp>
Diffstat (limited to 'sys/netinet/libalias')
-rw-r--r--sys/netinet/libalias/libalias.335
1 files changed, 16 insertions, 19 deletions
diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3
index 2177250..0183670 100644
--- a/sys/netinet/libalias/libalias.3
+++ b/sys/netinet/libalias/libalias.3
@@ -495,24 +495,6 @@ functions. If an invalid pointer is passed to
PacketAliasRedirectDelete(), then a program crash
or unpredictable operation could result, so it is
necessary to be careful using this function.
-.Sh 5. Fragment Handling
-The functions in this section are used to deal with
-incoming fragments.
-
-Outgoing fragments are handled within PacketAliasOut()
-by changing the address according to any
-applicable mapping set by PacketAliasRedirectAddress(),
-or the default aliasing address set by
-PacketAliasSetAddress().
-
-Incoming fragments are handled in one of two ways.
-If the header of a fragmented IP packet has already
-been seen, then all subsequent fragments will be
-re-mapped in the same manner the header fragment
-was. Fragments which arrive before the header
-are saved and then retrieved once the header fragment
-has been resolved.
-
.Ss 4.4 PacketAliasProxyRule()
.Ft int
@@ -599,7 +581,6 @@ network will be matched.
This function is usually used to redirect outgoing connections for
internal machines that are not permitted certain types of internet
access, or to restrict access to certain external machines.
-
.Ss 4.5 PacketAliasPptp()
.Ft extern int
@@ -627,7 +608,23 @@ If the passed address is
.Pq 255.255.255.255 ,
.Dv PPTP
aliasing is disabled.
+.Sh 5. Fragment Handling
+The functions in this section are used to deal with
+incoming fragments.
+Outgoing fragments are handled within PacketAliasOut()
+by changing the address according to any
+applicable mapping set by PacketAliasRedirectAddress(),
+or the default aliasing address set by
+PacketAliasSetAddress().
+
+Incoming fragments are handled in one of two ways.
+If the header of a fragmented IP packet has already
+been seen, then all subsequent fragments will be
+re-mapped in the same manner the header fragment
+was. Fragments which arrive before the header
+are saved and then retrieved once the header fragment
+has been resolved.
.Ss 5.1 PacketAliasSaveFragment()
.Ft int
OpenPOWER on IntegriCloud