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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6.c87 struct scope6_id *scope6_ids = NULL; variable in typeref:struct:scope6_id
98 if (scope6_ids == NULL || if_index >= if_scope_indexlim) {
116 if (scope6_ids) {
117 bcopy((caddr_t)scope6_ids, q, n/2);
118 FREE((caddr_t)scope6_ids, M_IFADDR);
120 scope6_ids = (struct scope6_id *)(void *)q;
123 #define SID scope6_ids[ifp->if_index]
156 if (scope6_ids == NULL) /* paranoid? */
172 idlist[i] != scope6_ids[ifp->if_index].s6id_list[i]) {
190 scope6_ids[if
[all...]

Completed in 11 milliseconds