Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc1035.c353 static unsigned char *skip_section(unsigned char *ansp, int count, HEADER *header, size_t plen) in skip_section() function
426 …if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->ar… in resize_packet()
482 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount), header, plen))) in find_pseudoheader()