2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-16 08:11:31 +00:00
xNBA/src/net
2007-01-04 03:28:30 +00:00
..
tcp Use autocolourisation 2006-12-29 14:09:23 +00:00
udp Close UDP connection when DHCP completes. 2006-12-20 07:19:48 +00:00
uip We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
aoe.c An AoE session holds a persistent reference to a net device. 2007-01-04 03:21:45 +00:00
arp.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
dhcpopts.c Use stdlib.h for malloc() instead of malloc.h. 2006-12-19 23:42:46 +00:00
ethernet.c Made eth_ntoa() public for use in legacy drivers' DBG() statements. 2006-09-15 12:34:34 +00:00
icmpv6.c Verify checksums on the RX datapath. 2007-01-03 20:48:52 +00:00
ipv4.c Minirouting table entries hold a persistent reference to a net_device. 2007-01-04 03:10:21 +00:00
ipv6.c IPv6 minirouting table entries hold persistent references to net devices. 2007-01-04 03:28:30 +00:00
ndp.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
netdevice.c Use hotplug support to notify persistent reference holders when a 2007-01-04 03:09:28 +00:00
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for 2006-05-27 13:39:45 +00:00
retry.c Added times to start/stop log messages 2006-12-27 22:56:39 +00:00
tcp.c Send RST packets when we get a non-matching connection, or receive an 2007-01-03 22:21:59 +00:00
tcpip.c Verify checksums on the RX datapath. 2007-01-03 20:48:52 +00:00
udp.c Improve consistency between TCP and UDP RX datapaths 2007-01-03 21:13:11 +00:00