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 c24546c70b Minor changes to the network layer rx() functions 2006-08-01 20:27:26 +00:00
..
tcp Update ftp.c and hello.c to use the generic async_operations API. 2006-06-19 15:46:58 +00:00
udp Request bootfile name; it doesn't seem to be automatically supplied by 2006-08-01 14:12:27 +00:00
uip Switch default stack to Nikhil's TCP/IP stack 2006-07-20 02:53:15 +00:00
aoe.c Simplify RX data path. 2006-06-17 22:36:27 +00:00
arp.c Simplify RX data path. 2006-06-17 22:36:27 +00:00
dhcpopts.c Add dhcp_snprintf() for extracting DHCP string options. 2006-07-20 14:13:11 +00:00
ethernet.c Simplify RX data path. 2006-06-17 22:36:27 +00:00
ipv4.c Minor changes to the network layer rx() functions 2006-08-01 20:27:26 +00:00
ipv6.c Minor changes to the network layer rx() functions 2006-08-01 20:27:26 +00:00
netdevice.c Remove the static IP address hack from netdevice.c, and change the 2006-07-20 02:51:52 +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 Made the temporary buffer part of the TCP senddata() API, to ease the 2006-06-17 23:20:54 +00:00
tcpip.c Minor changes to the network layer rx() functions 2006-08-01 20:27:26 +00:00
udp.c Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to 2006-08-01 14:22:04 +00:00