Searched refs:ldns_wire2dname (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/ldns/ |
| HD | wire2host.c | 56 ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2dname() function 200 status = ldns_wire2dname(&cur_rdf, wire, max, pos); in ldns_wire2rdf() 327 status = ldns_wire2dname(&owner, wire, max, pos); in ldns_wire2rr()
|
| HD | host2str.c | 1142 status = ldns_wire2dname(&gateway, data, in ldns_rdf2buffer_str_ipseckey() 1370 status = ldns_wire2dname(&relay, data, in ldns_rdf2buffer_str_amtrelay()
|
| /dragonfly/contrib/ldns/ldns/ |
| HD | wire2host.h | 152 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos);
|