Home
last modified time | relevance | path

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

/sysdeps/posix/
A Dgetaddrinfo.c2060 struct scopeentry *new_scopes; in gaiconf_init() local
2065 new_scopes = malloc (nscopelist * sizeof (*new_scopes)); in gaiconf_init()
2066 if (new_scopes == NULL) in gaiconf_init()
2079 new_scopes[i].addr32 = 0; in gaiconf_init()
2080 new_scopes[i].netmask = 0; in gaiconf_init()
2081 new_scopes[i].scope = 14; in gaiconf_init()
2087 new_scopes[i] = l->entry; in gaiconf_init()
2094 qsort (new_scopes, nscopelist, sizeof (*new_scopes), in gaiconf_init()
2098 new_scopes = (struct scopeentry *) default_scopes; in gaiconf_init()
2112 scopes = new_scopes; in gaiconf_init()

Completed in 8 milliseconds