Home
last modified time | relevance | path

Searched refs:servname (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetdb.h127 const char *servname,
140 #define getaddrinfo(nodname, servname, hints, res) \ argument
141 lwip_getaddrinfo(nodname, servname, hints, res)
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetdb.c273 lwip_getaddrinfo(const char *nodename, const char *servname, in lwip_getaddrinfo() argument
289 if ((nodename == NULL) && (servname == NULL)) { in lwip_getaddrinfo()
309 if (servname != NULL) { in lwip_getaddrinfo()
312 port_nr = atoi(servname); in lwip_getaddrinfo()
313 if (port_nr == 0 && (servname[0] != '0')) { in lwip_getaddrinfo()
/reactos/dll/win32/ws2_32/src/
H A Daddrinfo.c805 const char FAR *servname, in getaddrinfo() argument
812 DPRINT("getaddrinfo: %s, %s, %p, %p\n", nodename, servname, hints, res); in getaddrinfo()
830 if (servname) in getaddrinfo()
832 UnicodeServName = UnicodeDupFromAnsi(servname); in getaddrinfo()
/reactos/sdk/include/psdk/
H A Dwspiapi.h57 IN const char *servname,
517 IN const char *servname OPTIONAL, in WspiapiGetAddrInfo()
525 iError = (*pfGetAddrInfo)(nodename, servname, hints, res); in WspiapiGetAddrInfo()
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c80 static int (WINAPI *pGetAddrInfoExW)(const WCHAR *name, const WCHAR *servname, DWORD namespace,