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 ce9819af27 Redefine TCP state to include "flags that have been sent" rather than
"flags that are currently being sent".  This allows at least one special
case (checking that we haven't already sent a FIN in tcp_rx_fin()) to be
collapsed.
2006-12-29 00:44:31 +00:00
..
tcp Merge changes from mcb-tcp-fixes branch. 2006-12-27 23:09:46 +00:00
udp Close UDP connection when DHCP completes. 2006-12-20 07:19:48 +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 Remove _PROTOCOL macros for gcc 3.2 compatibility 2006-08-09 04:42:14 +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 We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58: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 IP6 support 2006-08-19 15:58:22 +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 Use stdlib.h for malloc() instead of malloc.h. 2006-12-19 23:42:46 +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 Redefine TCP state to include "flags that have been sent" rather than 2006-12-29 00:44:31 +00:00
tcpip.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
udp.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00