iPXE
Data Fields
pxe_udp_connection Struct Reference

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...
 

Detailed Description

A PXE UDP connection.

Definition at line 57 of file pxe_udp.c.

Field Documentation

◆ xfer

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().

◆ local

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().

◆ list

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().


The documentation for this struct was generated from the following file: