NetBSD/lib/libc/net
jtc 53229bead2 Provide C language versions of the netorder functions.
These may be "good enough" for big-endian systems that do not have assembly
language versions of their own.  A compiler should be able to do a fairly
good job optimising them, it probably won't be smart enough to omit the
stack frame, but then again, these functions won't be called unless the
macro versions are undef'd.
On the other hand, they are only intended for bootstrap purposes on little-
endian systems.  They should be replaced with assembly language versions as
soon as possible.
1993-08-31 19:00:11 +00:00
..
Makefile.inc Provide C language versions of the netorder functions. 1993-08-31 19:00:11 +00:00
byteorder.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
gethostbyname.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
gethostnamadr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getnetbyaddr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getnetbyname.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getnetent.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
getnetent.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getproto.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getprotoent.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
getprotoent.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getprotoname.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getservbyname.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getservbyport.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getservent.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
getservent.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
herror.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
htonl.c Provide C language versions of the netorder functions. 1993-08-31 19:00:11 +00:00
htons.c Provide C language versions of the netorder functions. 1993-08-31 19:00:11 +00:00
inet.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
inet_addr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
inet_lnaof.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
inet_makeaddr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
inet_netof.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
inet_network.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
inet_ntoa.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
iso_addr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
linkaddr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
ns.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
ns_addr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
ns_ntoa.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
ntohl.c Provide C language versions of the netorder functions. 1993-08-31 19:00:11 +00:00
ntohs.c Provide C language versions of the netorder functions. 1993-08-31 19:00:11 +00:00
rcmd.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
rcmd.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
recv.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
res_comp.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
res_debug.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
res_init.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
res_mkquery.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
res_query.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
res_send.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
resolver.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
send.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
sethostent.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00