udp_socket Struct Reference
[XgUdpSocket]

UDP socket information structure. More...

#include <sock_var.h>

Collaboration diagram for udp_socket:

Collaboration graph
[legend]

Data Fields

UDPSOCKETso_next
 Link to next tcp socket structure.
u_short so_local_port
 Local port number in net byte order.
NETBUF * so_rx_nb
 Received, but not read by application.
HANDLE so_rx_rdy
 Receiver event queue.
u_short so_rx_cnt
 Number of data bytes in the receive buffer.
u_short so_rx_bsz
 Receive buffer size.

Detailed Description

UDP socket information structure.

Applications should not rely on the content of this structure. It may change without notice.

Definition at line 146 of file sock_var.h.


Field Documentation

Link to next tcp socket structure.

Definition at line 147 of file sock_var.h.

Local port number in net byte order.

Definition at line 148 of file sock_var.h.

Received, but not read by application.

Definition at line 149 of file sock_var.h.

Receiver event queue.

Definition at line 150 of file sock_var.h.

Number of data bytes in the receive buffer.

Definition at line 151 of file sock_var.h.

Receive buffer size.

Definition at line 152 of file sock_var.h.


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

Generated on Sun Aug 31 13:31:37 2008 for FrankenRTOS by  doxygen 1.5.6