Home | History | Annotate | Download | only in net

Lines Matching refs:QUERY

224 	int qclass, qtype;	/* class and type of query */
1764 /* res_send() has already verified that the query name is the
2038 printf("Query type %d for %s\n", iter->qtype, iter->name);
2148 * Do SRV query.
2538 * Formulate a normal query, send, and await answer.
2587 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
2612 /* if the query choked with EDNS0, retry without EDNS0 */
2673 * Formulate a normal query, send, and retrieve answer in supplied buffer.
2694 h_errno = HOST_NOT_FOUND; /* default, if we never query */
2799 * if we did an initial full query, return that query's h_errno
2800 * (note that we wouldn't be here if that query had succeeded).