Programmable Gateways
Login
Overview
Power Industry
Serial Device Server
Programmable Gateways
Serial/Ethernet Gateway XNUT-100
CAN/Ethernet Gateway XNUT-105
Ethernet CPU Boards
Shop
Information and Support
Main Page
|
Modules
|
Data Structures
|
File List
|
Data Fields
|
Globals
|
Related Pages
|
Examples
udp_socket Struct Reference
#include <sys/sock_var.h>
Collaboration diagram for udp_socket:
[
legend
]
Detailed Description
UDP socket information structure.
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.