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
Michael Brown bcdb6fad3e Improve debug messages 2007-01-16 03:19:40 +00:00
..
tcp Quickly hack in DNS resolution as a proof of concept 2007-01-15 17:32:52 +00:00
udp Improved debugging 2007-01-16 03:10:37 +00:00
aoe.c Gave asynchronous operations approximate POSIX signal semantics. This 2007-01-15 08:49:10 +00:00
arp.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +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 Allow an explicit network device to be specified for IP-layer 2007-01-10 02:25:11 +00:00
ipv4.c Use -ENETUNREACH to mean "no reachable network device exists, don't bother 2007-01-14 16:22:10 +00:00
ipv6.c Use -ENETUNREACH to mean "no reachable network device exists, don't bother 2007-01-14 16:22:10 +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 I hate NULL pointer dereferences. 2007-01-11 05:27:02 +00:00
pkbpad.c Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. 2007-01-11 05:25:50 +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 Move start/stop/expire debug messages to DBG2() level. 2007-01-09 17:39:52 +00:00
tcp.c Make TCP give up immediately when it receives -ENETUNREACH from 2007-01-14 16:47:03 +00:00
tcpip.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
udp.c Improve debug messages 2007-01-16 03:19:40 +00:00