Searched refs:edns_parse_record (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | edns.h | 92 int edns_parse_record(edns_record_type *data, buffer_type *packet,
|
H A D | edns.c | 127 edns_parse_record(edns_record_type *edns, buffer_type *packet, in edns_parse_record() function
|
H A D | query.c | 1610 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 D | RELNOTES | 419 - Fix type cast bounds, signedness of opt_rdlen in edns_parse_record.
|
H A D | ChangeLog | 887 - Fix type cast bounds, signedness of opt_rdlen in edns_parse_record.
|