Searched refs:scopeid (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/network/
H A Dlookup_ipliteral.c23 buf[0].scopeid = 0;
29 unsigned long long scopeid = 0; local
44 if (isdigit(*++p)) scopeid = strtoull(p, &z, 10);
50 scopeid = if_nametoindex(p);
51 if (!scopeid) return EAI_NONAME;
53 if (scopeid > UINT_MAX) return EAI_NONAME;
55 buf[0].scopeid = scopeid;
H A Dgetnameinfo.c48 static void reverse_hosts(char *buf, const unsigned char *a, unsigned scopeid, int family) argument
71 iplit.scopeid = 0;
74 if (memcmp(a, iplit.addr, 16) || iplit.scopeid != scopeid)
133 unsigned scopeid; local
140 scopeid = 0;
149 scopeid = ((struct sockaddr_in6 *)sa)->sin6_scope_id;
158 reverse_hosts(buf, a, scopeid, af);
172 if (scopeid) {
177 p = if_indextoname(scopeid, tm
[all...]
H A Dlookup.h9 unsigned scopeid; member in struct:address
H A Dlookup_name.c118 ctx->addrs[ctx->cnt].scopeid = 0;
124 ctx->addrs[ctx->cnt].scopeid = 0;
356 .sin6_scope_id = buf[i].scopeid,
H A Dgetaddrinfo.c84 out[k].sa.sin6.sin6_scope_id = addrs[i].scopeid;
H A Dres_msend.c65 ns[nns].sin6.sin6_scope_id = iplit->scopeid;

Completed in 82 milliseconds