udp_connection Struct Reference

A UDP connection. More...


Data Fields

struct refcnt refcnt
 Reference counter.
struct list_head list
 List of UDP connections.
struct xfer_interface xfer
 Data transfer interface.
struct sockaddr_tcpip local
 Local socket address.
struct sockaddr_tcpip peer
 Remote socket address.


Detailed Description

A UDP connection.

Definition at line 25 of file udp.c.


Field Documentation

Reference counter.

Definition at line 27 of file udp.c.

Referenced by udp_close(), and udp_open_common().

List of UDP connections.

Definition at line 29 of file udp.c.

Referenced by udp_bind(), udp_close(), udp_demux(), and udp_open_common().

Data transfer interface.

Definition at line 32 of file udp.c.

Referenced by udp_close(), udp_open_common(), and udp_rx().

Local socket address.

Definition at line 35 of file udp.c.

Referenced by udp_bind(), udp_demux(), udp_open_common(), and udp_tx().

Remote socket address.

Definition at line 37 of file udp.c.

Referenced by udp_open_common(), and udp_tx().


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

Generated on Tue Apr 6 20:02:10 2010 for gPXE by  doxygen 1.5.7.1