Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/
H A Dhost2str.c710 uint8_t horizontal_precision; in ldns_rdf2buffer_str_loc() local
732 horizontal_precision = ldns_rdf_data(rdf)[2]; in ldns_rdf2buffer_str_loc()
782 loc_cm_print(output, (horizontal_precision & 0xf0) >> 4, in ldns_rdf2buffer_str_loc()
783 horizontal_precision & 0x0f); in ldns_rdf2buffer_str_loc()