Provides an implementation of the Sock API for the lwIP network stack. More...
Provides an implementation of the Sock API for the lwIP network stack.
Files | |
file | sock_types.h |
lwIP-specific types | |
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. | |