Embedded TCP/IP stack
4.7.0
|
enum fnet_protocol_t |
Protocol numbers and Level numbers for the fnet_socket_setopt() and the fnet_socket_getopt().
Enumerator | |
---|---|
IPPROTO_IP | IPv4 options level number for fnet_socket_getopt() and fnet_socket_setopt(). |
IPPROTO_ICMP | ICMPv4 protocol number. |
IPPROTO_IGMP | IGMP protocol number. |
IPPROTO_TCP | TCP protocol number; TCP options level number for fnet_socket_getopt() and fnet_socket_setopt(). |
IPPROTO_UDP | UDP protocol number. |
IPPROTO_IPV6 | IPv6 options level number for fnet_socket_getopt() and fnet_socket_setopt(). |
IPPROTO_ICMPV6 | ICMPv6 protocol number. |
SOL_SOCKET | Socket options level number for fnet_socket_getopt() and fnet_socket_setopt(). |
Definition at line 355 of file fnet_socket.h.