Lines Matching full:query
141 * | QR | 15 | 1 | 0 := Query, 1 := Response |
144 /** Query count */
355 * @param src_id Transaction id, it must match the id used in the query
370 * @brief Packs the query message
372 * @param buf Buffer that will contain the resultant query
373 * @param len Number of bytes used to encode the query
379 * @param qtype Query type: AA, AAAA. See enum dns_rr_type
389 * @brief Unpacks the response's query.
391 * @details RFC 1035 states that the response's query comes after the first
425 * @brief Unpacks the mDNS query. This is special version for multicast DNS
450 * @brief Unpacks the query.
454 * @param qtype Query type is returned to caller
455 * @param qclass Query class is returned to caller
467 * @brief Map query type number to a string.
469 * @param qtype Query type
471 * @return Printable query type name.