Home
last modified time | relevance | path

Searched refs:full_end (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/support/
Dsupport_format_dns_packet.c79 const unsigned char *full_end = full.data + full.size; in extract_name() local
82 (!(in->data < full.data || in->data > full_end in extract_name()
83 || in->size > (size_t) (full_end - in->data))); in extract_name()
84 int ret = dn_expand (full.data, full_end, in->data, in extract_name()