iPXE
|
A PXE UDP connection. More...
Data Fields | |
struct interface | xfer |
Data transfer interface to UDP stack. More... | |
struct sockaddr_in | local |
Local address. More... | |
struct list_head | list |
List of received packets. More... | |
struct interface pxe_udp_connection::xfer |
Data transfer interface to UDP stack.
Definition at line 59 of file pxe_udp.c.
Referenced by pxenv_udp_close(), pxenv_udp_open(), and pxenv_udp_write().
struct sockaddr_in pxe_udp_connection::local |
Local address.
Definition at line 61 of file pxe_udp.c.
Referenced by pxenv_udp_open(), and pxenv_udp_write().
struct list_head pxe_udp_connection::list |
List of received packets.
Definition at line 63 of file pxe_udp.c.
Referenced by pxe_udp_deliver(), pxe_udp_discard(), pxenv_udp_close(), and pxenv_udp_read().