HomeSort by: relevance | last modified time | path
    Searched defs:match_all (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
testpkts.h 214 uint8_t match_all; member in struct:entry
302 int match_all(uint8_t* q, size_t qlen, uint8_t* p, size_t plen, int mttl,
testpkts.c 133 e->match_all = 1;
288 e->match_all = 0;
1417 match_all(uint8_t* q, size_t qlen, uint8_t* p, size_t plen, int mttl, function
1670 if(p->match_all_noedns && !match_all(query_pkt, len, reply,
1675 if(p->match_all && !match_all(query_pkt, len, reply, rlen,

Completed in 17 milliseconds