Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c2619 static unsigned char ulaoffsets[] = { 0, 2, 4, 8, 13 }; variable
2623 static dns_name_t const ulanames[] = { DNS_NAME_INITABSOLUTE(ip6fc, ulaoffsets),
2625 ulaoffsets) };
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dname.c2167 static unsigned char ulaoffsets[] = { 0, 2, 4, 8, 13 }; in dns_name_split()
2171 static dns_name_t const ulanames[] = { DNS_NAME_INITABSOLUTE(ip6fc, ulaoffsets),
2173 ulaoffsets) }; in dns_name_dup()
2579 static unsigned char ulaoffsets[] = { 0, 2, 4, 8, 13 }; global() variable