NetBSD/lib/libc/net
soren 69e08c5b46 Make SYNOPSIS accurate about required headers.
Fixes PR lib/11021 from wiz.
2002-08-06 16:08:47 +00:00
..
__cmsg_alignbytes.c
__dn_comp.c
__res_close.c
__res_send.c
_inet_aton.c
_inet_pton.c
base64.c
byteorder.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
ethers.3 Make SYNOPSIS accurate about required headers. 2002-08-06 16:08:47 +00:00
ethers.c
getaddrinfo.3 refer nsswitch.conf(5). From: Jim Bernard <jbernard@mines.edu> 2002-06-15 21:49:18 +00:00
getaddrinfo.c pacify lint. from he@netbsd 2002-07-01 22:05:08 +00:00
gethnamaddr.c query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. 2002-07-29 10:01:58 +00:00
gethostbyname.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
getifaddrs.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
getifaddrs.c cope with sa_len < sizeof(struct sockaddr). 2001-08-20 02:33:49 +00:00
getnameinfo.3 Turn the flags argument to getnameinfo(3) back into an int (from unsigned 2002-05-22 09:42:37 +00:00
getnameinfo.c correct %d/%u mixup. 2002-06-27 10:22:07 +00:00
getnetent.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
getnetent.c
getnetnamadr.c avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> 2002-06-26 06:00:07 +00:00
getproto.c
getprotoent.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
getprotoent.c
getprotoname.c
getservbyname.c
getservbyport.c
getservent.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
getservent.c
herror.c
hesiod.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
hesiod.c Minor KNF + proper end of string detection in read_config_file() 2002-04-16 19:12:40 +00:00
htonl.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
htons.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
if_indextoname.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
if_indextoname.c
if_nameindex.c
if_nametoindex.c
inet6_option_space.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
inet6_rthdr_space.3 generate & symbolically 2002-02-07 09:24:04 +00:00
inet_lnaof.c
inet_makeaddr.c Make this lintable so we can build libc again. 2002-02-14 22:10:56 +00:00
inet_net_ntop.c - be consistent about using "u_char" instead of "unsigned char" 2001-12-09 01:17:36 +00:00
inet_net_pton.c Implement AF_INET6 back-ends for inet_net_ntop() and inet_net_pton(), from 2001-12-08 12:06:12 +00:00
inet_net.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
inet_neta.c
inet_netof.c
inet_network.c make sure we do not touch *pp outside of parts[4]. 2001-07-22 15:16:18 +00:00
inet_ntoa.c
inet_ntop.c XNS5.2/POSIX-2001: change the size argument to inet_ntop from size_t to 2002-05-14 18:57:31 +00:00
inet_pton.c
inet.3 Two typos. 2002-07-18 10:41:17 +00:00
ip6opt.c Remove a check for a u_int8_t variable being greater than 255. 2002-05-05 08:28:47 +00:00
iso_addr.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
iso_addr.c
linkaddr.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
linkaddr.c
Lint_htonl.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
Lint_htons.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
Lint_ntohl.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
Lint_ntohs.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
Makefile.inc Split the notion of building Hesiod, Kerberos, S/key, and YP 2002-03-22 18:10:19 +00:00
ns_addr.c Change ns_addr() to allocate 'addr' on stack, rather than using a global - 2001-06-25 09:07:08 +00:00
ns_ntoa.c
ns.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
nsap_addr.c
nsdispatch.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
nsdispatch.c __STDC__ is always defined on NetBSD. 2002-05-26 14:48:19 +00:00
nslexer.l Fixes from Bill Fenner <fenner@research.att.com> for problems he found 2002-03-19 00:04:09 +00:00
nsparser.y Fixes from Bill Fenner <fenner@research.att.com> for problems he found 2002-03-19 00:04:09 +00:00
ntohl.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
ntohs.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
rcmd.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
rcmd.c Revert last change after protoype of getnameinfo(3) has been changed back. 2002-05-22 14:42:37 +00:00
recv.c
res_comp.c __STDC__ is always defined on NetBSD. 2002-05-26 14:48:19 +00:00
res_data.c
res_debug.c correct %d/%u mixup. 2002-06-27 10:22:07 +00:00
res_init.c use strlcpy where appropriate 2002-08-02 07:50:35 +00:00
res_mkquery.c correct bad practice in the code - it uses two changing variables 2002-06-26 06:00:26 +00:00
res_query.c use strlcpy where appropriate 2002-08-02 07:50:35 +00:00
res_send.c make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf. 2001-09-13 11:05:02 +00:00
resolver.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
rthdr.c correct %d/%u mixup. 2002-06-27 10:22:07 +00:00
send.c
sethostent.c
sockatmark.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
sockatmark.c Add a sockatmark(3), the 1003.1g wrapper around SIOCATMARK. 2001-10-22 17:53:43 +00:00
vars6.c