freebsd-skq/lib/libc/net
deischen bb2532ee37 ns_name_skip was recently redefined to __ns_name_skip
like the others in <include/arpa/nameser.h>.

Submitted by:	ume
2006-03-13 04:49:40 +00:00
..
addr2ascii.3
addr2ascii.c
ascii2addr.c
base64.c
byteorder.3
ether_addr.c
ethers.3
eui64.3
eui64.c
gai_strerror.3 Markup fixes. 2005-06-16 19:01:07 +00:00
gai_strerror.c separate gai_strerror(3) from getaddrinfo.c. 2005-04-06 12:45:51 +00:00
getaddrinfo.3 Assorted markup fixes. 2005-06-15 19:04:04 +00:00
getaddrinfo.c Handle the errors returned by res_querydomain() in same manner. 2006-03-01 15:53:49 +00:00
gethostbydns.c - do validation check and IPv4-mapped IPv6 address handling before 2005-04-29 19:55:23 +00:00
gethostbyht.c oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped 2005-04-30 20:07:01 +00:00
gethostbyname.3 make gethostby*() thread-safe. 2005-04-28 18:03:43 +00:00
gethostbynis.c don't see RES_USE_INET6 when called from getipnodeby*(). 2005-05-01 07:39:45 +00:00
gethostnamadr.c oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped 2005-04-30 20:07:01 +00:00
getifaddrs.3
getifaddrs.c
getifmaddrs.3
getifmaddrs.c Remove unused variables and assignments. 2005-04-08 21:24:23 +00:00
getipnodebyname.3 we don't need mutex lock to call _gethostbynis*(), anymore. 2005-04-28 18:21:11 +00:00
getnameinfo.3 Assorted markup fixes. 2005-06-15 19:04:04 +00:00
getnameinfo.c fix signed/unsigned comparison warnings. 2005-05-03 16:13:31 +00:00
getnetbydns.c - Remove padding for ABI compatibility of n_net member from struct 2005-06-03 03:32:06 +00:00
getnetbyht.c - Remove padding for ABI compatibility of n_net member from struct 2005-06-03 03:32:06 +00:00
getnetbynis.c - Remove padding for ABI compatibility of n_net member from struct 2005-06-03 03:32:06 +00:00
getnetent.3 Assorted markup fixes. 2005-06-15 19:04:04 +00:00
getnetnamadr.c - Remove padding for ABI compatibility of n_net member from struct 2005-06-03 03:32:06 +00:00
getproto.c - add getproto{byname,bynumber,ent}_r for internal use within libc. 2005-04-19 14:41:13 +00:00
getprotoent.3 our get{proto,serv}by*() use a thread-specific data space. 2005-04-26 18:04:09 +00:00
getprotoent.c Include <sys/types.h> and <limits.h> ourselves, don't assume they are included 2005-08-20 07:59:13 +00:00
getprotoname.c - add getproto{byname,bynumber,ent}_r for internal use within libc. 2005-04-19 14:41:13 +00:00
getservbyname.c rename the NIS related fields to have yp_ prefix. 2005-04-18 18:34:58 +00:00
getservbyport.c rename the NIS related fields to have yp_ prefix. 2005-04-18 18:34:58 +00:00
getservent.3 our get{proto,serv}by*() use a thread-specific data space. 2005-04-26 18:04:09 +00:00
getservent.c Include <sys/types.h> and <limits.h> ourselves, don't assume they are included 2005-08-20 07:59:13 +00:00
herror.c
hesiod.3
hesiod.c
if_indextoname.3 Add missing includes. 2005-11-23 10:49:07 +00:00
if_indextoname.c
if_nameindex.c
if_nametoindex.c
inet6_opt_init.3 Fix inet6_opt_get_val() prototype. 2005-11-23 16:07:54 +00:00
inet6_option_space.3
inet6_rth_space.3 Fix all the spelling mistakes I could find in the man pages for words 2005-07-31 03:30:48 +00:00
inet6_rthdr_space.3
inet_addr.c
inet_lnaof.c
inet_makeaddr.c
inet_net_ntop.c Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes 2006-02-26 05:44:21 +00:00
inet_net_pton.c Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes 2006-02-26 05:44:21 +00:00
inet_net.3 Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes 2006-02-26 05:44:21 +00:00
inet_neta.c
inet_netof.c
inet_network.c
inet_ntoa.c
inet_ntop.c
inet_pton.c don't accept invalid form of an address like 1:2:3:4:5:6:7::8. 2005-07-27 14:33:36 +00:00
inet.3
ip6opt.c refer RFC 3542 rather than RFC 2292bis. 2005-07-19 18:13:58 +00:00
linkaddr.3
linkaddr.c
Makefile.inc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
map_v4v6.c sync _map_v4v6_host*() with bind9's. it treats align better bit. 2005-04-28 18:52:40 +00:00
name6.c The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASES 2005-11-15 03:40:15 +00:00
netdb_private.h - The ai_addrlen of a struct addrinfo used to be a size_t, per 2005-05-15 20:15:15 +00:00
ns_name.c
ns_netint.c
ns_parse.c
ns_print.c
ns_ttl.c
nsap_addr.c
nsdispatch.3
nsdispatch.c
nslexer.l
nsparser.y
nss_backends.h
nss_compat.c
rcmd.3 refer RFC 3542 rather than RFC 2292bis. 2005-07-19 18:13:58 +00:00
rcmd.c NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines 2005-05-13 16:31:11 +00:00
rcmdsh.3
rcmdsh.c
recv.c
res_comp.c Correct a comment. 2006-02-27 22:08:16 +00:00
res_config.h
res_data.c
res_debug.c Correct a comment. 2006-02-27 22:08:16 +00:00
res_init.c
res_mkquery.c
res_mkupdate.c Remove unused variables and assignments. 2005-04-08 21:24:23 +00:00
res_query.c Handle the errors returned by res_querydomain() in same manner. 2006-03-01 15:53:49 +00:00
res_send_private.h
res_send.c Correct a comment. 2006-02-27 22:08:16 +00:00
res_update.c
resolver.3
rthdr.c refer RFC 3542 rather than RFC 2292bis. 2005-07-19 18:13:58 +00:00
send.c
sockatmark.3
sockatmark.c
Symbol.map ns_name_skip was recently redefined to __ns_name_skip 2006-03-13 04:49:40 +00:00
vars.c