Lines Matching +full:label +full:- +full:prefix
4 * SPDX-License-Identifier: Apache-2.0
22 /* This is the label's length octet, see 4.1.2. Question section format */
62 * - cname_offset
63 * - query_offset
64 * - answer_offset:
85 .response_type = -EINVAL}
100 DNS_RESPONSE_INVALID = -EINVAL,
131 * |------|--------------|-------|-------------|
190 * order to cpu. Similar routines without the unpack prefix are
331 * @retval -ENOMEM if there is no enough space to store the resultant QNAME
332 * @retval -EINVAL if an invalid parameter was passed as an argument
346 * @retval -ENOMEM on error
358 * @retval -ENOMEM if the buffer in msg has no enough space to store the header.
360 * @retval -EINVAL if the src_id does not match the header's id, or if the
397 * @retval -ENOMEM if the null label is not found after traversing the buffer
399 * @retval -EINVAL if QTYPE is not "A" (IPv4) or "AAAA" (IPv6) or if QCLASS
416 * @param pos QNAME's position in dns_msg->msg
418 * @retval -EINVAL if an invalid parameter was passed as an argument
419 * @retval -ENOMEM if the label's size is corrupted
432 * @retval -ENOMEM if the buffer in msg has no enough space to store the header.
434 * @retval -EINVAL if the src_id does not match the header's id, or if the
457 * @retval -ENOMEM if the null label is not found after traversing the buffer
459 * @retval -EINVAL if QTYPE is not "A" (IPv4) or "AAAA" (IPv6) or if QCLASS