Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c139 static unsigned char root_offsets[] = { 0 }; variable
141 static dns_name_t root = DNS_NAME_INITABSOLUTE(root_ndata, root_offsets);
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dname.c81 static unsigned char root_offsets[] = { 0 };
83 static dns_name_t root = DNS_NAME_INITABSOLUTE(root_ndata, root_offsets);
139 static unsigned char root_offsets[] = { 0 }; global() variable