#include <sock_var.h>
Collaboration diagram for udp_socket:
Applications should not rely on the content of this structure. It may change without notice.
Data Fields | |
UDPSOCKET * | so_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. |