Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/api/
H A Dsockets.c126 #define DOMAIN_TO_NETCONN_TYPE(domain, type) (((domain) == AF_INET) ? \ macro
136 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) macro
145 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) macro