Home | History | Annotate | Download | only in net

Lines Matching defs:dots

2683 	u_int dots;
2695 dots = 0;
2697 dots += (*cp == '.');
2703 * if there aren't any dots, it could be a user-level alias
2705 if (!dots && (cp = res_hostalias(res, name, buf, sizeof(buf))) != NULL) {
2711 * If there are dots in the name already, let's just give it a try
2715 if (dots >= res->ndots) {
2729 if ((!dots && (res->options & RES_DEFNAMES)) ||
2730 (dots && !trailing_dot && (res->options & RES_DNSRCH))) {
2788 * note that we do this regardless of how many dots were in the