Home | History | Annotate | Download | only in native

Lines Matching defs:scope_id

518  * and override the scope_id field to use the relevant value for "lo"
627 /* now find the scope_id for "lo" */
799 // was constructed with a specific scope_id or NetworkInterface).
802 int scope_id = getInet6Address_scopeid(env, iaObj);
803 if (scope_id > 0) {
804 him6->sin6_scope_id = scope_id;