Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc1035.c278 static unsigned char* skip_questions(HEADER* header, size_t plen) { in skip_questions() function
342 unsigned char* ansp = skip_questions(header, plen); in resize_packet()
389 if (!(ansp = skip_questions(header, plen))) return NULL; in find_pseudoheader()
480 if (!(p = skip_questions(header, qlen)) || in find_soa()
560 if (!(p1 = skip_questions(header, qlen))) return 0; in extract_addresses()
623 if (!(p1 = skip_questions(header, qlen))) return 0; in extract_addresses()
734 if (!(p = skip_questions(header, qlen))) return 0; in setup_reply()
809 if (!(p = skip_questions(header, qlen))) return 0; /* bad packet */ in check_for_bogus_wildcard()
986 if (!(ansp = skip_questions(header, qlen))) return 0; /* bad packet */ in answer_request()