mirror of https://github.com/ipxe/ipxe.git
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. |
||
---|---|---|
.. | ||
pxe_errors.c | ||
pxe_file.c | ||
pxe_loader.c | ||
pxe_preboot.c | ||
pxe_tftp.c | ||
pxe_udp.c | ||
pxe_undi.c |