HomeSort by relevance Sort by last modified time
    Searched refs:lscopeid (Results 1 - 2 of 2) sorted by null

  /bionic/libc/dns/net/
getaddrinfo.c 1248 u_long lscopeid; local
1285 lscopeid = strtoul(scope, &ep, 10);
1286 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 1014 u_long lscopeid; local
1054 lscopeid = strtoul(scope, &ep, 10);
1055 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL);
1056 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid)
    [all...]

Completed in 460 milliseconds