Home
last modified time | relevance | path

Searched refs:nodename (Results 1 – 2 of 2) sorted by relevance

/bsp/simulator/drivers/winsock/
A Dsal_winsock.c221 int win_getaddrinfo(const char* nodename, const char* servname, const struct sal_type_addrinfo* hin… in win_getaddrinfo() argument
235 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()
A Drtt_winsock.h116 int win_getaddrinfo(const char* nodename, const char* servname, const struct sal_type_addrinfo* hin…

Completed in 10 milliseconds