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/interface/pxe
Michael Brown ffe0e24249 Make the UDP senddata() methods return a status code.
udp_connect() now follows the standard BSD sockets semantics and simply
sets the default address for outgoing packets; it doesn't filter incoming
packets.
2006-08-03 23:10:14 +00:00
..
pxe.c Updated PXE UDP implementation to use the new Etherboot UDP API. 2006-08-02 23:08:10 +00:00
pxe_errors.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
pxe_loader.c Split PXE code into preboot, udp, tftp, undi and loader units. 2005-05-23 23:32:56 +00:00
pxe_preboot.c Updated PXE UDP implementation to use the new Etherboot UDP API. 2006-08-02 23:08:10 +00:00
pxe_tftp.c Updated PXE UDP implementation to use the new Etherboot UDP API. 2006-08-02 23:08:10 +00:00
pxe_udp.c Make the UDP senddata() methods return a status code. 2006-08-03 23:10:14 +00:00
pxe_undi.c Updated PXE UDP implementation to use the new Etherboot UDP API. 2006-08-02 23:08:10 +00:00