Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/util/data/
H A Dmsgparse.h308 int parse_edns_from_query_pkt(struct sldns_buffer* pkt, struct edns_data* edns,
H A Dmsgparse.c1172 parse_edns_from_query_pkt(sldns_buffer* pkt, struct edns_data* edns, in parse_edns_from_query_pkt() function
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dworker.c1242 if((ret=parse_edns_from_query_pkt(c->buffer, &edns, worker->env.cfg, c, in worker_handle_request()