Lines Matching refs:scopeid
26 buf[0].scopeid = 0;
32 unsigned long long scopeid = 0;
51 if (isdigit(*++p)) scopeid = strtoull(p, &z, 10);
61 scopeid = if_nametoindex(p);
62 if (!scopeid) {
64 MUSL_LOGE("%{public}s: %{public}d: scopeid is zero: %{public}d", __func__, __LINE__, EAI_NONAME);
69 if (scopeid > UINT_MAX) {
71 MUSL_LOGE("%{public}s: %{public}d: scopeid is over than UINT_MAX: %{public}d", __func__, __LINE__, EAI_NONAME);
76 buf[0].scopeid = scopeid;