Lines Matching full:lscopeid
1244 u_long lscopeid;1281 lscopeid = strtoul(scope, &ep, 10);1282 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL);1283 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid)