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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dscope6.c50 * 16 is correspondent to 4bit multicast scope field.
73 /* grow scope index array */
98 /* by default, we don't care about scope boundary for these scopes. */
168 * Get a scope of the address. Node-local, link-local, site-local or global.
174 int scope; local
177 scope = addr->s6_addr8[1] & 0xc0;
179 switch (scope) {
194 scope = addr->s6_addr8[1] & 0x0f;
197 * due to other scope such as reserved,
198 * return scope does
231 int scope = in6_addrscope(addr); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c55 RealDTEntry scope; member in struct:DTSavedScope
304 DTSavedScopePtr scope; local
306 while ((scope = iter->savedScope) != NULL) {
307 iter->savedScope = scope->nextScope;
308 kfree(scope, sizeof(struct DTSavedScope));
325 newScope->scope = iter->currentScope;
348 iter->currentScope = newScope->scope;
384 // which (if true) causes restarting at the outer scope
385 // rather than the current scope.
386 DTSavedScopePtr scope;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c67 * If a listener comes in for a scope that is not active we hang the listener
68 * off our kauth_dangling_listeners list and once the scope becomes active we
69 * remove it from kauth_dangling_listeners and add it to the active scope.
78 /* XXX - kauth_todo - there is a race if a scope listener is removed while we
80 * a scope lock in order to get the best possible performance. we will fix this
124 static int kauth_scope_valid(kauth_scope_t scope);
186 * Allocate and populate the scope structure.
241 * Look for listeners waiting for this scope, move them to the active scope
251 * the active scope
273 kauth_deregister_scope(kauth_scope_t scope) argument
396 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c533 * If the caller didn't explicitly specify the scope,
3040 * to use for transmission; if the caller has specified a scope,
3046 unsigned int scope = ifscope; local
3049 * If no scope is specified and the route is stale (pointing
3052 * with the same IP address. Otherwise pick up the scope
3057 if (scope == IFSCOPE_NONE) {
3058 scope = rt_ifp->if_index;
3059 if (scope != get_primary_ifscope() &&
3061 scope = get_primary_ifscope();
3064 ifa = ifa_ifwithaddr_scoped(&src, scope);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c5407 * out of that scope because in the case of DIF expression
8064 err += efunc(i, "unrecognized variable scope %d\n",
8403 uchar_t scope;
8418 scope = DIFV_SCOPE_THREAD;
8431 scope = DIFV_SCOPE_THREAD;
8433 scope = DIFV_SCOPE_GLOBAL;
8501 if (v->dtdv_id == id && v->dtdv_scope == scope) {
8534 uint8_t scope = v->dtdv_scope;
8542 switch (scope) {
8689 uint8_t scope
[all...]

Completed in 53 milliseconds