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 b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
This brings us in to line with Linux definitions, and also simplifies
adding x86_64 support since both platforms have 2-byte shorts, 4-byte
ints and 8-byte long longs.
2008-11-19 19:15:44 +00:00
..
tcp [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 2008-11-19 19:15:44 +00:00
udp [settings] Add the notion of a "tag magic" to numbered settings 2008-10-30 21:47:14 +00:00
aoe.c [aoe] Start retry timer before potential temporary transmission failure 2008-11-08 04:36:42 +00:00
arp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
dhcpopts.c [Settings] Remove assumption that all settings have DHCP tag values 2008-03-25 20:46:16 +00:00
dhcppkt.c [dhcp] Allow DHCP non-option settings to be cleared 2008-07-08 01:13:59 +01:00
ethernet.c [netdevice] Change link-layer push() and pull() methods to take raw types 2008-10-16 05:13:40 +01:00
fakedhcp.c [pxe] If no ProxyDHCPACK exists, use DHCPACK for the fake ProxyDHCPACK packet 2008-08-02 03:03:42 +01:00
icmpv6.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
infiniband.c [infiniband] Add raw packet parser and constructor 2008-11-11 05:31:19 +00:00
iobpad.c Rename pkbpad.c to iobpad.c 2007-05-19 18:42:27 +00:00
ipv4.c [build] Keep gcc 4.4 happy 2008-11-18 01:52:40 +00:00
ipv6.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
ndp.c Kill off some warnings-problematic debug statements in ndp.c; the code 2007-12-07 01:51:08 +00:00
netdev_settings.c [Settings] Remove assumption that all settings have DHCP tag values 2008-03-25 20:46:16 +00:00
netdevice.c [netdevice] Retain and report detailed error breakdowns 2008-11-08 05:30:30 +00:00
nullnet.c Add per-file error identifiers 2007-07-24 17:11:31 +01:00
rarp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
retry.c [retry] Use a separate flag to indicate that a retry timer is running 2008-10-12 15:11:20 +01:00
tcp.c [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 2008-11-19 19:15:44 +00:00
tcpip.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
tls.c [build] Keep gcc 4.4 happy 2008-11-18 01:52:40 +00:00
udp.c [udp] Avoid reusing auto-allocated ports after connection close. 2008-07-10 04:21:10 +01:00