opengnsys_ipxe/src/interface/pxe
Michael Brown 3a505dfc35 [netdevice] Change link-layer push() and pull() methods to take raw types
EFI requires us to be able to specify the source address for
individual transmitted packets, and to be able to extract the
destination address on received packets.

Take advantage of this to rationalise the push() and pull() methods so
that push() takes a (dest,source,proto) tuple and pull() returns a
(dest,source,proto) tuple.
2008-10-16 05:13:40 +01:00
..
pxe_errors.c Add per-file error identifiers 2007-07-24 17:11:31 +01:00
pxe_file.c [PXEXT] Add FILE_API_CHECK API function 2008-03-26 15:10:56 -07:00
pxe_loader.c [pxe] Display PXE_LOADER debug message after call to initialise() 2008-09-23 04:15:56 +01:00
pxe_preboot.c [iSCSI] Support Windows Server 2008 direct iSCSI installation 2008-07-17 17:45:17 +01:00
pxe_tftp.c [misc] Fix building on OpenBSD 2008-06-27 22:35:26 +01:00
pxe_udp.c [pxe] Add extra debug messages to the PXE UDP API calls 2008-08-21 16:52:08 +01:00
pxe_undi.c [netdevice] Change link-layer push() and pull() methods to take raw types 2008-10-16 05:13:40 +01:00