diff options
author | charnier <charnier@FreeBSD.org> | 2003-06-08 09:53:08 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-06-08 09:53:08 +0000 |
commit | 0d5348f9eaec7c207d5ef35e652ebf4c5bd97705 (patch) | |
tree | e6d84baa8d21d8ba534464b21d1f66cf6cc7b388 /sys | |
parent | 75dc23e15bd9d1e2bc94e43aac7a45f5d5833d14 (diff) | |
download | FreeBSD-src-0d5348f9eaec7c207d5ef35e652ebf4c5bd97705.zip FreeBSD-src-0d5348f9eaec7c207d5ef35e652ebf4c5bd97705.tar.gz |
The .Fn function
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/libalias/libalias.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index 6eb4f4b..b6bd785 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -98,9 +98,10 @@ below for the meaning of these mode bits. .Pp This function will always return the packet aliasing engine to the same initial state. +The .Fn PacketAliasSetAddress -is normally called afterwards, and any desired changes from the default mode -bits listed above require a call to +function is normally called afterwards, and any desired changes from the +default mode bits listed above require a call to .Fn PacketAliasSetMode . .Pp It is mandatory that this function be called at the beginning of a program @@ -781,9 +782,10 @@ returns Once a fragment pointer is retrieved, it becomes the calling program's responsibility to free the dynamically allocated memory for the fragment. .Pp +The .Fn PacketAliasGetFragment -can be called sequentially until there are no more fragments available, -at which time it returns +function can be called sequentially until there are no more fragments +available, at which time it returns .Dv NULL . .Ed .Pp |