Searched refs:nodename (Results 1 – 2 of 2) sorted by relevance
221 int win_getaddrinfo(const char* nodename, const char* servname, const struct sal_type_addrinfo* hin… in win_getaddrinfo() argument235 if ((nodename == RT_NULL) && (servname == RT_NULL)) in win_getaddrinfo()252 if (nodename != RT_NULL) in win_getaddrinfo()255 struct hostent* hostent = gethostbyname(nodename); in win_getaddrinfo()262 if (nodename != RT_NULL) in win_getaddrinfo()264 namelen = strlen(nodename); in win_getaddrinfo()297 if (nodename != RT_NULL) in win_getaddrinfo()301 rt_memcpy(ai->ai_canonname, nodename, namelen); in win_getaddrinfo()
116 int win_getaddrinfo(const char* nodename, const char* servname, const struct sal_type_addrinfo* hin…
Completed in 10 milliseconds