Applications should not rely on the content of this structure. It may change without notice.
Definition at line 155 of file sock_var.h.
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. | |
int | so_rx_cnt |
Number of data bytes in the receive buffer. | |
int | so_rx_bsz |
Receive buffer size. |
Link to next tcp socket structure.
Definition at line 156 of file sock_var.h.
Referenced by NutDumpSocketList(), NutUdpCreateSocket(), NutUdpDestroySocket(), and NutUdpFindSocket().
Local port number in net byte order.
Definition at line 157 of file sock_var.h.
Referenced by NutDumpSocketList(), NutUdpCreateSocket(), NutUdpFindSocket(), and NutUdpOutput().
Received, but not read by application.
Definition at line 158 of file sock_var.h.
Referenced by NutUdpDestroySocket(), NutUdpInput(), and NutUdpReceiveFrom().
Receiver event queue.
Definition at line 159 of file sock_var.h.
Referenced by NutUdpInput(), and NutUdpReceiveFrom().
Number of data bytes in the receive buffer.
Definition at line 160 of file sock_var.h.
Referenced by NutUdpInput(), and NutUdpReceiveFrom().
Receive buffer size.
Definition at line 161 of file sock_var.h.
Referenced by NutUdpGetSockOpt(), NutUdpInput(), and NutUdpSetSockOpt().