Searched refs:ndots (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_init.c210 _res.ndots = 1;
458 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
459 i = atoi(cp + sizeof("ndots:") - 1);
461 _res.ndots = i;
463 _res.ndots = RES_MAXNDOTS;
466 printf(";;\tndots=%d\n", _res.ndots);
H A Dres_query.c230 * 'as is'. The threshold can be set with the "ndots" option.
233 if (dots >= _res.ndots) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dresolv.h105 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state

Completed in 155 milliseconds