Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/api/
H A Dsockets.c177 #define DOMAIN_TO_NETCONN_TYPE(domain, type) (((domain) == AF_INET) ? \ macro
187 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) macro
196 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) macro