lwIP-specific types More...
lwIP-specific types
Definition in file sock_types.h.
Go to the source code of this file.
Data Structures | |
struct | lwip_sock_base |
Sock base type. More... | |
struct | sock_ip |
Raw IP sock type. More... | |
struct | sock_tcp |
TCP sock type. More... | |
struct | sock_tcp_queue |
TCP queue type. More... | |
struct | sock_udp |
UDP sock type. More... | |
Typedefs | |
typedef struct lwip_sock_base | lwip_sock_base_t |
Forward declaration. | |