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