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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6.c86 static size_t if_scope_indexlim = 8; variable
98 if (scope6_ids == NULL || if_index >= if_scope_indexlim) {
101 int newlim = if_scope_indexlim;
114 if_scope_indexlim = newlim;
291 if (index >= if_scope_indexlim) {
520 if (index >= if_scope_indexlim) {

Completed in 9 milliseconds