Home | History | Annotate | Download | only in native

Lines Matching refs:scope_id

530  * and override the scope_id field to use the relevant value for "lo"
639 /* now find the scope_id for "lo" */
812 // was constructed with a specific scope_id or NetworkInterface).
815 int scope_id = (int)(*env)->GetIntField(env, iaObj, ia6_scopeidID);
816 if (scope_id > 0) {
817 him6->sin6_scope_id = scope_id;