david/ipxe
david
/
ipxe
Archived
1
0
Fork 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
Nikhil Chandru Rao 3aff701001 Changed the TCP state machines behaviour in the ESTABLISHED state 2006-08-09 15:04:26 +00:00
..
tcp Add iSCSI to the DHCP tests. 2006-08-07 16:48:24 +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 Add dhcp_snprintf() for extracting DHCP string options. 2006-07-20 14:13:11 +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 Updated retry timer mechanism to incorporate smoothed RTT estimation. 2006-06-01 14:33:52 +00:00
tcp.c Changed the TCP state machines behaviour in the ESTABLISHED state 2006-08-09 15:04:26 +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