Searched defs:getservbyport (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/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.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h314 #define getservbyport lwres_getservbyport macro
/bind-9.11.3/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 41 milliseconds