Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dedns.h92 int edns_parse_record(edns_record_type *data, buffer_type *packet,
H A Dedns.c127 edns_parse_record(edns_record_type *edns, buffer_type *packet, in edns_parse_record() function
H A Dquery.c1610 if (edns_parse_record(&q->edns, q->packet, q, nsd)) { in query_process()
1662 if (edns_parse_record(&q->edns, q->packet, q, nsd)) in query_process()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DRELNOTES419 - Fix type cast bounds, signedness of opt_rdlen in edns_parse_record.
H A DChangeLog887 - Fix type cast bounds, signedness of opt_rdlen in edns_parse_record.