david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net
Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API.
Call netdevice's poll() and transmit() methods only when device is open.
2007-01-04 04:20:08 +00:00
..
tcp Use autocolourisation 2006-12-29 14:09:23 +00:00
udp A DHCP session holds a persistent reference to a network device 2007-01-04 03:42:28 +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 Make open() and close() an official part of the netdevice API. 2007-01-04 04:20:08 +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