Loading...
Searching...
No Matches

lwIP-specific types More...

Detailed Description

lwIP-specific types

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

Definition in file sock_types.h.

#include "net/af.h"
#include "lwip/api.h"
+ Include dependency graph for 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.