Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Drrdef.h259 #define LDNS_APL_IP6 2 macro
H A Dwire2str.c1499 if(family != LDNS_APL_IP4 && family != LDNS_APL_IP6) in sldns_wire2str_apl_scan()
1514 } else if(family == LDNS_APL_IP6) { in sldns_wire2str_apl_scan()
/freebsd/contrib/ldns/ldns/
H A Dhost2str.h38 #define LDNS_APL_IP6 2 macro
/freebsd/contrib/ldns/
H A Dlibdns.vim347 syn keyword ldnsConstant LDNS_APL_IP6
H A Dhost2str.c1007 } else if (address_family == LDNS_APL_IP6) { in ldns_rdf2buffer_str_apl()