Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/
H A Dtsig.c330 pkt_id = ldns_pkt_id(pkt); in ldns_pkt_tsig_verify_next()
434 orig_id_rdf = ldns_native2rdf_int16(LDNS_RDF_TYPE_INT16, ldns_pkt_id(pkt)); in ldns_pkt_tsig_sign_next()
H A Dpacket.c40 ldns_pkt_id(const ldns_pkt *packet) in ldns_pkt_id() function
1223 ldns_pkt_set_id(new_pkt, ldns_pkt_id(pkt)); in ldns_pkt_clone()
H A Dhost2wire.c335 ldns_buffer_write_u16(buffer, ldns_pkt_id(packet)); in ldns_hdr2buffer_wire()
H A Dresolver.c1367 if (ldns_pkt_id(*query_pkt) == 0) { in ldns_resolver_prepare_query_pkt()
H A Dhost2str.c2077 ldns_buffer_printf(output, "id: %d\n", ldns_pkt_id(pkt)); in ldns_pktheader2buffer_str()
/dragonfly/contrib/ldns/ldns/
H A Dpacket.h311 uint16_t ldns_pkt_id(const ldns_pkt *p);