Definition at line 480 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 490 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 497 of file tcp_ip.h. Referenced by udp_getsocket(), udp_init(), udp_releasesocket(), and udp_send(). |
|
|
Local UDP port of Socket Definition at line 499 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 513 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. |
1.2.18