Lines Matching full:skip_section
351 static unsigned char *skip_section(unsigned char *ansp, int count, HEADER *header, size_t plen)
424 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount),
480 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount), header, plen)))