minix/lib/ip
2010-01-26 10:59:01 +00:00
..
accept.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
addrinfo.c create the getaddrinfo and getnameinfo library functions and friends 2010-01-21 06:38:17 +00:00
bind.c Socket library 2005-07-27 11:57:59 +00:00
connect.c Support for read/write on connected UDP sockets 2009-11-19 23:45:46 +00:00
dhcp_gettag.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
dhcp_settag.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
domainname.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
ether.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ether_line.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ethera2n.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
ethere2a.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
etherh2n.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ethern2h.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
gai_strerror.c create the getaddrinfo and getnameinfo library functions and friends 2010-01-21 06:38:17 +00:00
getdomain.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
gethnmadr.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
gethostent.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
gethostname.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getifaddrs.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
getnetbyaddr.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getnetbyname.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getnetent.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getpeername.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
getproto.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getprotoent.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getprotoname.c Added getprotobyname. 2005-11-09 15:42:38 +00:00
getservent.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
getsockname.c Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
getsockopt.c Make get/setsockopt handle SOREUSEADDR 2010-01-07 09:53:08 +00:00
getsrvbyname.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getsrvbyport.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
hton.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
inet_addr.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
inet_network.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
inet_ntoa.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
listen.c Socket library 2005-07-27 11:57:59 +00:00
Makefile.in create the getaddrinfo and getnameinfo library functions and friends 2010-01-21 06:38:17 +00:00
memcspn.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
nameinfo.c create the getaddrinfo and getnameinfo library functions and friends 2010-01-21 06:38:17 +00:00
oneC_sum.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
rcmd.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
recv.c Socket library 2005-07-27 11:57:59 +00:00
recvfrom.c Support for read/write on connected UDP sockets 2009-11-19 23:45:46 +00:00
res_comp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
res_init.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
res_mkquery.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
res_query.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
res_send.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ruserok.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
send.c Prototypes for send and recv. Fixed send (pass null address) and sendto 2006-07-14 14:34:00 +00:00
sendto.c support for TCP sockets in send/sendto/recv/recvfrom 2009-08-21 09:59:09 +00:00
servxcheck.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sethostent.c nonamed doesn't like DNS requests over TCP. So, don't try to use them. 2005-09-30 12:48:26 +00:00
setsockopt.c Make get/setsockopt handle SOREUSEADDR 2010-01-07 09:53:08 +00:00
shutdown.c Added shutdown. EBADIOCTL in connect. Chaned some debug output. 2005-07-29 10:13:52 +00:00
socket.c X expects an implicit bind to INADDR_ANY for UDP sockets. 2005-09-30 12:49:10 +00:00
strcasecmp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00