Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dapi.h101 enum netconn_type { enum
302 #define netconn_type(conn) (conn->type) macro
/minix3/minix/lib/liblwip/dist/src/api/
H A Dsockets.c136 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument
145 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument