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

/haiku/headers/posix/
H A Dresolv.h98 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c232 statp->ndots = 1;
553 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
554 i = atoi(cp + sizeof("ndots:") - 1);
556 statp->ndots = i;
558 statp->ndots = RES_MAXNDOTS;
561 printf(";;\tndots=%d\n", statp->ndots);
H A Dres_query.c240 * try 'as is'. The threshold can be set with the "ndots" option.
244 if (dots >= statp->ndots || trailing_dot) {
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c2740 * 'as is'. The threshold can be set with the "ndots" option.
2743 if (dots >= res->ndots) {

Completed in 107 milliseconds