Searched refs:hints (Results 1 – 2 of 2) sorted by relevance
221 …nst char* nodename, const char* servname, const struct sal_type_addrinfo* hints, struct sal_type_a… in win_getaddrinfo() argument238 if ((hints != RT_NULL) in win_getaddrinfo()239 && (hints->ai_family != AF_INET && hints->ai_family != AF_UNSPEC)) in win_getaddrinfo()291 if (hints != RT_NULL) in win_getaddrinfo()294 ai->ai_socktype = hints->ai_socktype; in win_getaddrinfo()295 ai->ai_protocol = hints->ai_protocol; in win_getaddrinfo()
116 …nst char* nodename, const char* servname, const struct sal_type_addrinfo* hints, struct sal_type_a…
Completed in 6 milliseconds