minix/lib/ip
2009-12-04 17:49:20 +00:00
..
accept.c Added EOPNOTSUPP and better error handling in accept. 2006-09-14 13:48:41 +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 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +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 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +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
getdomain.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
gethnmadr.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +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 Added getifaddrs() 2006-04-03 15:03:43 +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 Fixed 'connected' check. 2005-08-25 10:47:24 +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 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getsockname.c getsockname() reported local port and remote address - changed to local address. 2006-03-27 11:07:06 +00:00
getsockopt.c Fix line which was too long 2009-12-04 17:49:20 +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 Added getifaddrs() 2006-04-03 15:03:43 +00:00
memcspn.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +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 Socket options SO_RCVBUF, SO_SNDBUF, and TCP_NODELAY. 2006-02-17 13:45:41 +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