Lines Matching full:query

35  * DNS query type enum
38 /** IPv4 query */
40 /** IPv6 query */
310 * @param status The status of the query:
314 * DNS_EAI_CANCELED if the query was canceled manually or timeout happened
318 * @param info Query results are stored here.
404 * This is set to a non-null value when the query is started,
407 * If the query completed at a point where the work item was
409 * query is complete, but release of the query slot will be
413 const char *query; member
415 /** Query type */
418 /** DNS id of this query */
421 /** Hash of the DNS name + query type we are querying.
425 * cannot be used to find correct pending query.
510 * @brief Cancel a pending DNS query.
512 * @details This releases DNS resources used by a pending query.
515 * @param dns_id DNS id of the pending query
523 * @brief Cancel a pending DNS query using id, name and type.
525 * @details This releases DNS resources used by a pending query.
528 * @param dns_id DNS id of the pending query
529 * @param query_name Name of the resource we are trying to query (hostname)
530 * @param query_type Type of the query (A or AAAA)
546 * We might send the query to multiple servers (if there are more than one
551 * @param query What the caller wants to resolve.
554 * wishes to cancel the query. This can be set to NULL if there is no need
555 * to cancel the query.
559 * @param timeout The timeout value for the query. Possible values:
560 * SYS_FOREVER_MS: the query is tried forever, user needs to cancel it
562 * >0: start the query and let the system timeout it after specified ms
567 const char *query,
593 * We might send the query to multiple servers (if there are more than one
598 * @param query What the caller wants to resolve.
601 * wishes to cancel the query. This can be set to NULL if there is no need
602 * to cancel the query.
607 * SYS_FOREVER_MS: the query is tried forever, user needs to cancel it
609 * >0: start the query and let the system timeout it after specified ms
613 static inline int dns_get_addr_info(const char *query, in dns_get_addr_info() argument
621 query, in dns_get_addr_info()
630 * @brief Cancel a pending DNS query.
632 * @details This releases DNS resources used by a pending query.
634 * @param dns_id DNS id of the pending query