Loading...
Searching...
No Matches
lwIP-specific implementation of sock API

Provides an implementation of the Sock API for the lwIP network stack. More...

Detailed Description

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.
 

Typedef Documentation

◆ lwip_sock_base_t

Forward declaration.

Definition at line 35 of file sock_types.h.