HomeSort by relevance Sort by last modified time
    Searched full:skip_section (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
rfc1035.c 351 static unsigned char *skip_section(unsigned char *ansp, int count, HEADER *header, size_t plen) function
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)))
    [all...]

Completed in 132 milliseconds