haiku/src/kits/network/libnet
Philippe Houdoin d2f48fdd85 Make libnet.so live switchable between kernel land stack and debug userland stack:
$ export NET_STACK_DRIVER_PATH=/dev/net/server -> userland debug stack (net_server-like)
$ export -n NET_STACK_DRIVER_PATH -> kernelland stack


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1849 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-05 09:32:54 +00:00
..
arc4random.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
base64.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
compat.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
ethers.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
freeaddrinfo.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
getaddrinfo.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
gethostnamadr.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getnameinfo.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
getnetbyaddr.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getnetbyname.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getnetent.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getnetnamadr.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
getproto.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getprotoent.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getprotoname.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getservbyname.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getservbyport.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
getservent.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
inet_addr.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
inet_lnaof.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
inet_neta.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
inet_netof.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
inet_network.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
inet_ntoa.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
inet_ntop.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
inet_pton.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
Jamfile allow building everything without local(tree external) header files beeing 2002-10-23 20:13:17 +00:00
linkaddr.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
poll.c select() fix. No wonder why ffserver didn't work =) 2002-11-02 13:15:02 +00:00
res_comp.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
res_data.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
res_debug.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
res_init.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
res_mkquery.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
res_query.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
res_random.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
res_send.c Started changes to get this compiling. 2002-08-28 20:24:17 +00:00
select.c Fixed a small possible bug in the R5 select() implementation for the net kit. 2002-10-30 03:44:52 +00:00
sethostent.c Moving net kit libnet.so and libnetapi.so source code to /current. 2002-08-27 07:38:04 +00:00
socket.c Make libnet.so live switchable between kernel land stack and debug userland stack: 2002-11-05 09:32:54 +00:00