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

/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h334 #define getprotobyname lwres_getprotobyname macro
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dwks_11.c45 pe = getprotobyname(name);
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in338 #define getprotobyname lwres_getprotobyname
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c418 if (proto == NULL && (proto = getprotobyname("udp")) == NULL) {
419 fprintf(stderr, "Error: getprotobyname call failed");
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c498 getprotobyname(const char* a0) function
503 idnLogPrintf(idn_log_level_trace, "stub getprotobyname() called\n");
507 if ((p = GetProcAddress(DLLHANDLE, "getprotobyname")) == NULL) {
508 FATAL("cannot find entry getprotobyname (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c992 getprotobyname(const char* a0) function
997 idnLogPrintf(idn_log_level_trace, "stub getprotobyname() called\n");
1001 if ((p = GetProcAddress(DLLHANDLE, "getprotobyname")) == NULL) {
1002 FATAL("cannot find entry getprotobyname (%d)\n", GetLastError());

Completed in 47 milliseconds