Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/services/
H A Dlocalzone.h510 int rrstr_get_rr_content(const char* str, uint8_t** nm, uint16_t* type,
H A Dlocalzone.c233 rrstr_get_rr_content(const char* str, uint8_t** nm, uint16_t* type, in rrstr_get_rr_content() function
576 if(!rrstr_get_rr_content(rrstr, &nm, &rrtype, &rrclass, &ttl, rr, in lz_enter_rr_into_zone()
/dports/dns/unbound/unbound-1.14.0/respip/
H A Drespip.c314 if(!rrstr_get_rr_content(buf, &nm, &rrtype, &rrclass, &ttl, rr, sizeof(rr), in respip_enter_rrstr()