Home
last modified time | relevance | path

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

/sysdeps/posix/
A Dgetaddrinfo.c1706 struct scopelist struct
1709 struct scopelist *next; argument
1726 free_scopelist (struct scopelist *list) in free_scopelist()
1730 struct scopelist *oldp = list; in free_scopelist()
1774 struct scopelist *scopelist = NULL; in gaiconf_init() local
1929 struct scopelist *newp; in gaiconf_init()
1946 newp->next = scopelist; in gaiconf_init()
1947 scopelist = newp; in gaiconf_init()
2084 struct scopelist *l = scopelist; in gaiconf_init()
2090 free_scopelist (scopelist); in gaiconf_init()
[all …]

Completed in 6 milliseconds