Home
last modified time | relevance | path

Searched defs:geoip_state (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dgeoip2.c62 typedef struct geoip_state { struct
70 static thread_local geoip_state_t geoip_state = { 0 }; variable
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgeoip2.c69 typedef struct geoip_state { struct
77 ISC_THREAD_LOCAL geoip_state_t geoip_state = { 0 }; argument