C
typedef enum { UDP_DNS_IS_RESOLVED, UDP_DNS_RESOLVE, UDP_GATEWAY_SEND_ARP, UDP_GATEWAY_GET_ARP, UDP_CLOSED, UDP_OPENED } UDP_STATE;
Description
UDP States
Members
Members |
Description |
UDP_DNS_IS_RESOLVED |
Special state for UDP client mode sockets |
UDP_DNS_RESOLVE |
Special state for UDP client mode sockets |
UDP_GATEWAY_SEND_ARP |
Special state for UDP client mode sockets |
UDP_GATEWAY_GET_ARP |
Special state for UDP client mode sockets |
UDP_CLOSED |
Socket is idle and unallocated |