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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_src.c464 * generate kernel-internal form (scopeid embedded into s6_addr16[1]).
471 * embedded scopeid thing.
492 u_int32_t scopeid; local
495 scopeid = sin6->sin6_scope_id;
505 if (scopeid == 0)
506 scopeid = scope6_addr2default(in6);
526 } else if (scopeid) {
528 if (scopeid < 0 || if_index < scopeid)
530 ifp = ifindex2ifnet[scopeid];
559 u_int32_t scopeid; local
[all...]
H A Din6.c1049 int scopeid; local
1057 scopeid = in6_addr2scopeid(ifp, &dst6.sin6_addr);
1059 dst6.sin6_scope_id = scopeid;
1060 else if (dst6.sin6_scope_id != scopeid)

Completed in 65 milliseconds