2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-16 08:11:31 +00:00
xNBA/src/net
2007-01-10 20:38:20 +00:00
..
tcp We can't assert that the RX engine is idle in iscsi_done(), because it 2007-01-09 04:42:23 +00:00
udp DHCP transmits via specified net device, so no need to create a dummy 2007-01-10 02:37:23 +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 Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +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 Allow an explicit network device to be specified for IP-layer 2007-01-10 02:25:11 +00:00
ipv4.c Add route() function to display routing table. 2007-01-10 20:38:20 +00:00
ipv6.c Allow an explicit network device to be specified for IP-layer 2007-01-10 02:25:11 +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 Add find_pci_netdev() 2007-01-10 16:16:05 +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 Move start/stop/expire debug messages to DBG2() level. 2007-01-09 17:39:52 +00:00
tcp.c Allow an explicit network device to be specified for IP-layer 2007-01-10 02:25:11 +00:00
tcpip.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
udp.c Allow udp_{send,sendto,sendto_via} to be called outside of the 2007-01-10 02:46:39 +00:00