Searched refs:getservbyport (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetnameinfo.c136 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetnameinfo.c93 * service, and causes getservbyport() to be called with a second
105 * RFC2133, getservbyport(),
232 (sp = getservbyport(port, proto)) == NULL) {
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h323 #define getservbyport lwres_getservbyport macro
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in327 #define getservbyport lwres_getservbyport
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c555 getservbyport(int a0, const char* a1) function
560 idnLogPrintf(idn_log_level_trace, "stub getservbyport() called\n");
564 if ((p = GetProcAddress(DLLHANDLE, "getservbyport")) == NULL) {
565 FATAL("cannot find entry getservbyport (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c1049 getservbyport(int a0, const char* a1) function
1054 idnLogPrintf(idn_log_level_trace, "stub getservbyport() called\n");
1058 if ((p = GetProcAddress(DLLHANDLE, "getservbyport")) == NULL) {
1059 FATAL("cannot find entry getservbyport (%d)\n", GetLastError());

Completed in 254 milliseconds