mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Update DHCP to use data-xfer interface (not yet tested).
This commit is contained in:
@@ -115,6 +115,8 @@ struct xfer_metadata {
|
||||
struct sockaddr *src;
|
||||
/** Destination socket address, or NULL */
|
||||
struct sockaddr *dest;
|
||||
/** Network device, or NULL */
|
||||
struct net_device *netdev;
|
||||
};
|
||||
|
||||
/** Basis positions for seek() events */
|
||||
|
||||
Reference in New Issue
Block a user