summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-03-12 18:45:49 +0000
committershin <shin@FreeBSD.org>2000-03-12 18:45:49 +0000
commit4a9ac000d9e10ae3011edbe3a372741937ca4bd8 (patch)
tree2b7b65bde06b3173e536c2143ce3ff45d7854bfe /lib/libc/net/Makefile.inc
parent6962f77cb940ad4d12b0792fef5abb7a228c71f6 (diff)
downloadFreeBSD-src-4a9ac000d9e10ae3011edbe3a372741937ca4bd8.zip
FreeBSD-src-4a9ac000d9e10ae3011edbe3a372741937ca4bd8.tar.gz
Import from KAME. Advanced API related function descriptions.
Obtained from: KAME project
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index cde2734..8e7df10 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -30,7 +30,8 @@ CFLAGS+=-DINET6
MAN3+= addr2ascii.3 byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 \
getipnodebyname.3 \
getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 if_indextoname.3 \
- inet.3 linkaddr.3 rcmd.3 resolver.3
+ inet.3 inet6_option_space.3 inet6_rthdr_space.3 linkaddr.3 \
+ rcmd.3 resolver.3
# not installed: iso_addr.3 ns.3
MLINKS+=addr2ascii.3 ascii2addr.3
@@ -56,6 +57,18 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
inet.3 ntoa.3
MLINKS+=if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \
if_indextoname.3 if_freenameindex.3
+MLINKS+=inet6_option_space.3 inet6_option_alloc.3 \
+ inet6_option_space.3 inet6_option_append.3 \
+ inet6_option_space.3 inet6_option_find.3 \
+ inet6_option_space.3 inet6_option_init.3 \
+ inet6_option_space.3 inet6_option_next.3 \
+ inet6_rthdr_space.3 inet6_rthdr_add.3 \
+ inet6_rthdr_space.3 inet6_rthdr_getaddr.3 \
+ inet6_rthdr_space.3 inet6_rthdr_getflags.3 \
+ inet6_rthdr_space.3 inet6_rthdr_init.3 \
+ inet6_rthdr_space.3 inet6_rthdr_lasthop.3 \
+ inet6_rthdr_space.3 inet6_rthdr_reverse.3 \
+ inet6_rthdr_space.3 inet6_rthdr_segments.3
MLINKS+=linkaddr.3 link_addr.3 linkaddr.3 link_ntoa.3
#MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3
MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 \
OpenPOWER on IntegriCloud