Searched refs:scopes (Results 1 – 1 of 1) sorted by relevance
1155 static const struct scopeentry *scopes; variable1187 if ((in->sin_addr.s_addr & scopes[cnt].netmask) in get_scope()1188 == scopes[cnt].addr32) in get_scope()1189 return scopes[cnt].scope; in get_scope()1690 if (scopes != default_scopes) in libc_freeres_fn()1692 const struct scopeentry *old = scopes; in libc_freeres_fn()1693 scopes = default_scopes; in libc_freeres_fn()2111 const struct scopeentry *oldscope = scopes; in gaiconf_init()2112 scopes = new_scopes; in gaiconf_init()
Completed in 11 milliseconds