Searched refs:packet_read_query_section (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.sbin/nsd/ |
H A D | packet.h | 196 int packet_read_query_section(buffer_type *packet,
|
H A D | ipc.c | 170 int packet_read_query_section(buffer_type *packet, uint8_t* dest, uint16_t* qtype, uint16_t* qclass… 182 if(packet_read_query_section(packet, qnamebuf, &qtype, &qclass)) { in debug_print_fwd_name()
|
H A D | packet.c | 308 int packet_read_query_section(buffer_type *packet, in packet_read_query_section() function
|
H A D | query.c | 318 if(!packet_read_query_section(query->packet, qnamebuf, in process_query_section()
|
H A D | xfrd.c | 2631 if(!packet_read_query_section(packet, qnamebuf, &qtype, &qclass)) { in xfrd_handle_passed_packet()
|
/openbsd-src/usr.sbin/nsd/doc/ |
H A D | ChangeLog | 4985 - split out packet_read_query_section from the process_query_section
|