Home
last modified time | relevance | path

Searched refs:ldns_pkt_id (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/ldns/
HDtsig.c318 pkt_id = ldns_pkt_id(pkt); in ldns_pkt_tsig_verify_next()
410 orig_id_rdf = ldns_native2rdf_int16(LDNS_RDF_TYPE_INT16, ldns_pkt_id(pkt)); in ldns_pkt_tsig_sign_next()
HDhost2wire.c234 ldns_buffer_write_u16(buffer, ldns_pkt_id(packet)); in ldns_hdr2buffer_wire()
HDpacket.c39 ldns_pkt_id(const ldns_pkt *packet) in ldns_pkt_id() function
1109 ldns_pkt_set_id(new_pkt, ldns_pkt_id(pkt)); in ldns_pkt_clone()
HDresolver.c1198 if (ldns_pkt_id(*query_pkt) == 0) { in ldns_resolver_prepare_query_pkt()
HDhost2str.c1729 ldns_buffer_printf(output, "id: %d\n", ldns_pkt_id(pkt)); in ldns_pktheader2buffer_str()
/NextBSD/contrib/ldns/ldns/
HDpacket.h306 uint16_t ldns_pkt_id(const ldns_pkt *p);
/NextBSD/contrib/ldns-host/
HDldns-host.c359 printf(", id: %u\n", ldns_pkt_id(pkt)); in print_pkt_verbose()