HomeSort by: relevance | last modified time | path
    Searched refs:QUERY (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.h 76 u_int qid : 24; /* traceroute query id */
82 u_int qid : 24; /* traceroute query id */
95 u_int32_t tr_qarr; /* query arrival time */
109 #define QUERY 1
prune.c 1969 * Check if it is a query or a response
1972 type = QUERY;
1973 logit(LOG_DEBUG, 0, "Initial traceroute query rcvd from %s to %s",
1978 logit(LOG_DEBUG, 0, "In-transit traceroute query rcvd from %s to %s",
2022 * Query type packet - check if rte exists
2023 * Check if the query destination is a vif connected to me.
2026 if (type == QUERY) {
2030 * queried, and the query is multicasted, then the router can
2031 * receive multiple copies of the same query. If we have already
  /src/include/arpa/
nameser_compat.h 55 * Structure for query header. The order of the fields is machine- and
62 unsigned id :16; /*%< query identification number */
118 #define QUERY ns_o_query
  /src/lib/libc/resolv/
res_mkquery.c 113 int op, /*!< opcode of query */
115 int class, int type, /*!< class and type of query */
119 u_char *buf, /*!< buffer to put query */
157 case QUERY: /*FALLTHROUGH*/
170 if (op == QUERY || data == NULL)
228 u_char *buf, /*%< buffer to put query */
285 u_char *buf, /*%< buffer to put query */
res_query.c 135 * Formulate a normal query, send, and await answer.
147 int class, int type, /*%< class and type of query */
165 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
189 /* if the query choked with EDNS0, retry without EDNS0 */
238 * Formulate a normal query, send, and retrieve answer in supplied buffer.
246 int class, int type, /*%< class and type of query */
260 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); /*%< True if we never query. */
275 * Also, query 'as is', if there is a trailing dot in the name.
358 * If the query has not already been tried as is then try it
370 * if we did an initial full query, return that query's H_ERRN
    [all...]
  /src/lib/libc/net/
hesiod.c 316 /* Set default query classes. */
423 /* Construct the query. */
424 n = res_nmkquery(res, QUERY, name, qclass, T_TXT, NULL, 0,
432 /* Send the query. */
getaddrinfo.c 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_errn
    [all...]

Completed in 18 milliseconds