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

  /bionic/libc/netbsd/net/
getaddrinfo.c 1058 u_int32_t scopeid;
1064 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1068 sin6->sin6_scope_id = scopeid;
1241 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1249 assert(scopeid != NULL);
1253 /* empty scopeid portion is invalid */
1263 *scopeid = if_nametoindex(scope);
1264 if (*scopeid == 0)
1281 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL);
1282 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid
    [all...]
  /external/libppp/src/
ncpaddr.c 891 int scopeid = -1; local
896 if ((scopeid = ntohs(*(const u_short *)&sin6->s6_addr[2])) == 0)
897 scopeid = -1;
900 return scopeid;
iface.c 657 int scopeid, width; local
704 if ((scopeid = ncprange_scopeid(&iface->addr[f].ifa)) != -1)
705 prompt_Printf(arg->prompt, " scopeid 0x%x", (unsigned)scopeid);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 4231 mDNSu32 scopeid = (mDNSu32)(uintptr_t)ar->resrec.InterfaceID; local
    [all...]

Completed in 106 milliseconds