Searched defs:hint (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c454 struct addrinfo hint; local
460 memset(&hint, 0, sizeof(hint));
462 hint.ai_family = AF_INET;
464 hint.ai_family = AF_INET6;
465 ret = getaddrinfo(name, NULL, &hint, &ai);
/bind-9.11.3/lib/dns/
H A Dresolver.c2126 isc_uint16_t hint = 0, udpsize = 0; /* No EDNS */ local
2290 hint = dns_adb_getudpsize(fctx->adb,
2337 if (hint != 0U)
2338 udpsize = hint;
3097 * the ADB to start looking using zone/hint data. This keeps us

Completed in 549 milliseconds