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. | |
Definition at line 25 of file udp.c.
struct refcnt udp_connection::refcnt [read] |
Reference counter.
Definition at line 27 of file udp.c.
Referenced by udp_close(), and udp_open_common().
struct list_head udp_connection::list [read] |
List of UDP connections.
Definition at line 29 of file udp.c.
Referenced by udp_bind(), udp_close(), udp_demux(), and udp_open_common().
struct xfer_interface udp_connection::xfer [read] |
Data transfer interface.
Definition at line 32 of file udp.c.
Referenced by udp_close(), udp_open_common(), and udp_rx().
struct sockaddr_tcpip udp_connection::local [read] |
Local socket address.
Definition at line 35 of file udp.c.
Referenced by udp_bind(), udp_demux(), udp_open_common(), and udp_tx().
struct sockaddr_tcpip udp_connection::peer [read] |
Remote socket address.
Definition at line 37 of file udp.c.
Referenced by udp_open_common(), and udp_tx().
1.5.7.1