Searched refs:s6id_list (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6.c126 if (SID.s6id_list[IPV6_ADDR_SCOPE_LINKLOCAL]) {
135 SID.s6id_list[IPV6_ADDR_SCOPE_INTFACELOCAL] = ifp->if_index;
136 SID.s6id_list[IPV6_ADDR_SCOPE_LINKLOCAL] = ifp->if_index;
139 SID.s6id_list[IPV6_ADDR_SCOPE_SITELOCAL] = 1;
140 SID.s6id_list[IPV6_ADDR_SCOPE_ORGLOCAL] = 1;
172 idlist[i] != scope6_ids[ifp->if_index].s6id_list[i]) {
190 scope6_ids[ifp->if_index].s6id_list[i] = idlist[i];
207 bcopy(scope6_ids[ifp->if_index].s6id_list, idlist,
208 sizeof(scope6_ids[ifp->if_index].s6id_list));
302 retid=SID.s6id_list[IPV6_ADDR_SCOPE_LINKLOCA
[all...]
H A Dscope6_var.h72 u_int32_t s6id_list[16]; member in struct:scope6_id

Completed in 112 milliseconds