Home
last modified time | relevance | path

Searched refs:buffer_skip (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/usr.sbin/nsd/
H A Dpacket.c74 buffer_skip(q->packet, sizeof(rdlength)); in packet_encode_rr()
228 buffer_skip(packet, 1); in packet_skip_dname()
233 buffer_skip(packet, label_size); in packet_skip_dname()
247 buffer_skip(packet, 4); in packet_skip_rr()
252 buffer_skip(packet, 8); in packet_skip_rr()
256 buffer_skip(packet, rdata_size); in packet_skip_rr()
382 buffer_skip(packet, 4); /* skip ttl */ in packet_find_notify_serial()
397 buffer_skip(packet, 6); in packet_find_notify_serial()
401 buffer_skip(packet, rdata_size); in packet_find_notify_serial()
H A Dedns.c93 buffer_skip(packet, optlen); in edns_handle_option()
98 buffer_skip(packet, optlen); in edns_handle_option()
113 buffer_skip(packet, optlen); in edns_handle_option()
116 buffer_skip(packet, optlen); in edns_handle_option()
120 buffer_skip(packet, optlen); in edns_handle_option()
H A Drdata.c393 buffer_skip(output, length); in rdata_base32_to_string()
413 buffer_skip(output, length); in rdata_base64_to_string()
541 buffer_skip(&packet, bitmap_size); in rdata_services_to_string()
595 buffer_skip(output, -1); in rdata_nxt_to_string()
632 buffer_skip(&packet, bitmap_size); in rdata_nsec_to_string()
758 buffer_skip(output, length); in rdata_svcparam_ech_to_string()
H A Dxfrd-tcp.c391 buffer_skip(packet, QHEADERSZ); in xfrd_setup_packet()
483 buffer_skip(packet, sizeof(rdlength)); in xfrd_write_soa_buffer()
1046 buffer_skip(tcp->packet, sent-sizeof(tcp->msglen)); in conn_write_ssl()
1074 buffer_skip(tcp->packet, sent); in conn_write_ssl()
1117 buffer_skip(tcp->packet, sent-sizeof(tcp->msglen)); in conn_write()
1145 buffer_skip(tcp->packet, sent); in conn_write()
1347 buffer_skip(tcp->packet, received); in conn_read_ssl()
1425 buffer_skip(tcp->packet, received); in conn_read()
H A Dtsig.c651 buffer_skip(packet, tsig->mac_size); in tsig_parse_rr()
666 buffer_skip(packet, tsig->other_size); in tsig_parse_rr()
685 buffer_skip(packet, sizeof(uint16_t)); in tsig_append_rr()
H A Dxfr-inspect.c207 buffer_skip(pkt, QHEADERSZ); in inspect_packet()
400 buffer_skip(pkt, QHEADERSZ); in list_packet()
H A Ddifffile.c678 buffer_skip(packet, rdatalen); in delete_RR()
686 buffer_skip(packet, rdatalen); in delete_RR()
1057 buffer_skip(packet, QHEADERSZ); in apply_ixfr()
1144 buffer_skip(packet, rrlen); in apply_ixfr()
1177 buffer_skip(packet, rrlen); in apply_ixfr()
1218 buffer_skip(packet, rrlen); in apply_ixfr()
H A Dipc.c181 buffer_skip(packet, 12); in debug_print_fwd_name()
380 buffer_skip(data->packet, len); in parent_handle_child_command()
H A Dserver.c3920 buffer_skip(q->packet, received); in handle_udp()
4227 buffer_skip(data->query->packet, received); in handle_tcp_reading()
4263 buffer_skip(data->query->packet, received); in handle_tcp_reading()
4338 buffer_skip(data->query->packet, received); in handle_tcp_reading()
4549 buffer_skip(q->packet, sent); in handle_tcp_writing()
4802 buffer_skip(data->query->packet, received); in handle_tls_reading()
4838 buffer_skip(data->query->packet, received); in handle_tls_reading()
4911 buffer_skip(data->query->packet, received); in handle_tls_reading()
5086 buffer_skip(write_buffer, sent); in handle_tls_writing()
5090 buffer_skip(q->packet, (ssize_t)sent - (ssize_t)sizeof(q->tcplen)); in handle_tls_writing()
H A Dbuffer.h123 buffer_skip(buffer_type *buffer, ssize_t count) in buffer_skip() function
H A Ddname.c143 buffer_skip(packet, 2); in dname_make_wire_from_packet()
H A Dxfrd.c2058 buffer_skip(packet, rrlen); in xfrd_xfr_check_rrs()
2182 buffer_skip(packet, QHEADERSZ); in xfrd_parse_received_xfr_packet()
2630 buffer_skip(packet, QHEADERSZ); in xfrd_handle_passed_packet()
H A Dixfr.c460 buffer_skip(packet, 6); in parse_qserial()
476 buffer_skip(packet, rdlen); in parse_qserial()
H A Doptions.c1540 buffer_skip(b, len+1); in unmarshal_str()
/openbsd-src/usr.sbin/nsd/dnstap/
H A Ddnstap_collector.c199 buffer_skip(buf, r); in recv_into_buffer()
222 buffer_skip(buf, 4); /* skip msglen */ in dt_submit_content()
234 buffer_skip(buf, pktlen); in dt_submit_content()
243 buffer_skip(buf, zonelen); in dt_submit_content()
483 buffer_skip(buf, 4); /* the length of the message goes here */ in prep_send_data()