1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/lib/libc/net
Bill Paul 215032be8c Add NIS support to getservent(3) functions (getservbyport() and getservbyname()
both call getservent() to do most of the work, so we only need to modify
this file to take care of everybody).

Note that there is only one NIS services map (services.byname) even
though there are getservbyname() and getservbyport() library functions.
1995-11-04 19:07:27 +00:00
..
byteorder.3
ether_addr.c Just when you thought it was safe... 1995-08-07 03:42:14 +00:00
ethers.3 Add an ethers(3) man page. 1995-04-12 22:28:49 +00:00
gethostbydns.c As above. 1995-10-22 14:39:06 +00:00
gethostbyht.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
gethostbyname.3
gethostbynis.c
gethostnamadr.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
getnetbyaddr.c
getnetbydns.c As above. 1995-10-22 14:39:06 +00:00
getnetbyht.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
getnetbyname.c
getnetbynis.c As above. 1995-10-22 14:39:06 +00:00
getnetent.3
getnetent.c
getnetnamadr.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
getproto.c
getprotoent.3
getprotoent.c
getprotoname.c
getservbyname.c
getservbyport.c
getservent.3 Fix the prototypes for getservby{name,port}(). 1995-07-09 08:17:01 +00:00
getservent.c Add NIS support to getservent(3) functions (getservbyport() and getservbyname() 1995-11-04 19:07:27 +00:00
herror.c Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1) 1995-08-20 20:03:06 +00:00
inet_addr.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
inet_lnaof.c
inet_makeaddr.c
inet_netof.c
inet_network.c
inet_ntoa.c
inet.3
iso_addr.3
iso_addr.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
linkaddr.3
linkaddr.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
Makefile.inc Remove the CFLAGS+=-I${CURDIR}/net that I previously added. 1995-08-21 17:50:01 +00:00
ns_addr.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
ns_ntoa.c
ns.3
rcmd.3
rcmd.c Submitted by: Bill Fenner <fenner@parc.xerox.com> 1995-08-14 23:52:49 +00:00
recv.c
res_comp.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
res_config.h Define DEBUG as 1 instead of as nothing so that it doesn't conflict with 1995-08-21 09:16:02 +00:00
res_debug.c Fix bogus include paths, some of which stopped libresolv from compiling. 1995-08-21 09:15:40 +00:00
res_init.c Fix bogus include paths, some of which stopped libresolv from compiling. 1995-08-21 09:15:40 +00:00
res_mkquery.c Fix bogus include paths, some of which stopped libresolv from compiling. 1995-08-21 09:15:40 +00:00
res_query.c Fix bogus include paths, some of which stopped libresolv from compiling. 1995-08-21 09:15:40 +00:00
res_send.c Fix bogus include paths, some of which stopped libresolv from compiling. 1995-08-21 09:15:40 +00:00
resolver.3
send.c
sethostent.c