Home
last modified time | relevance | path

Searched defs:netconn_type (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dapi.h113 enum netconn_type { enum
317 #define netconn_type(conn) (conn->type) macro
/third_party/lwip/src/api/
Dsockets.c147 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument
156 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument