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
2006-08-11 18:16:34 +00:00
..
tcp New HTTP protocol and test code 2006-08-11 14:13:02 +00:00
udp Derive xid dynamically from the netdev, so that we can call 2006-08-09 02:56:40 +00:00
uip Switch default stack to Nikhil's TCP/IP stack 2006-07-20 02:53:15 +00:00
aoe.c Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
arp.c Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
dhcpopts.c Fail gracefully when set_dhcp_option() is called with options==NULL. 2006-08-11 18:16:34 +00:00
ethernet.c Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
ipv4.c iphdr->hlen includes the IP header, so truncate packet *before* 2006-08-09 11:52:53 +00:00
ipv6.c Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00
netdevice.c Clarified packet ownership transfer between a few functions. 2006-08-09 01:24:32 +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 Towards an RFC2988-compliant timer. 2006-08-09 15:54:17 +00:00
tcp.c Don't call stop_timer() from within the timer expiry callback; it's 2006-08-09 15:50:20 +00:00
tcpip.c Clarified packet ownership transfer between a few functions. 2006-08-09 01:24:32 +00:00
udp.c Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +00:00