Home
last modified time | relevance | path

Searched refs:packet_read_query_section (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/nsd/
H A Dpacket.h196 int packet_read_query_section(buffer_type *packet,
H A Dipc.c170 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 Dpacket.c308 int packet_read_query_section(buffer_type *packet, in packet_read_query_section() function
H A Dquery.c318 if(!packet_read_query_section(query->packet, qnamebuf, in process_query_section()
H A Dxfrd.c2631 if(!packet_read_query_section(packet, qnamebuf, &qtype, &qclass)) { in xfrd_handle_passed_packet()
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog4985 - split out packet_read_query_section from the process_query_section