Definition at line 506 of file tcp_ip.h.
Data Fields | |
UINT8 | state |
State of socket entry. | |
UINT8 | tos |
Type of service allocated for a socket. | |
UINT16 | locport |
UINT8 | opts |
Socket options. | |
INT8 | |
UDP socket application event listener. | |
UINT8 | |
UDP socket application event listener. | |
UINT32 | |
UDP socket application event listener. | |
UINT16 | |
UDP socket application event listener. |
|
This variable holds state of a particular UDP socket entry in the UDP socket table. Following values are possible:
Definition at line 516 of file tcp_ip.h. Referenced by process_udp_in(), udp_close(), udp_getfreeport(), udp_getsocket(), udp_init(), udp_open(), udp_releasesocket(), and udp_send(). |
|
For now no services implemented so this value is not important. Definition at line 523 of file tcp_ip.h. Referenced by udp_getsocket(), udp_init(), udp_releasesocket(), and udp_send(). |
|
Local UDP port of Socket Definition at line 525 of file tcp_ip.h. Referenced by process_udp_in(), udp_getfreeport(), udp_getsocket(), udp_init(), udp_open(), udp_releasesocket(), and udp_send(). |
|
Currently, this holds information about checksum calculation options. Can be one of the following:
Definition at line 539 of file tcp_ip.h. Referenced by process_udp_in(), udp_getsocket(), udp_init(), udp_releasesocket(), and udp_send(). |
|
Pointer to a event listener - a callback function used by TCP/IP stack to notify application about certain events. |
|
Pointer to a event listener - a callback function used by TCP/IP stack to notify application about certain events. |
|
Pointer to a event listener - a callback function used by TCP/IP stack to notify application about certain events. |
|
Pointer to a event listener - a callback function used by TCP/IP stack to notify application about certain events. |