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

  /external/curl/lib/
if2ip.c 126 unsigned int scopeid = 0; local
142 scopeid = ((struct sockaddr_in6 *)(void *)iface->ifa_addr)
146 if(remote_scope_id && scopeid != remote_scope_id) {
153 if(scopeid)
154 msnprintf(scope, sizeof(scope), "%%%u", scopeid);
  /bionic/libc/dns/net/
getaddrinfo.c 1062 u_int32_t scopeid;
1068 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1072 sin6->sin6_scope_id = scopeid;
1245 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1253 assert(scopeid != NULL);
1257 /* empty scopeid portion is invalid */
1267 *scopeid = if_nametoindex(scope);
1268 if (*scopeid == 0)
1285 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 829 u_int32_t scopeid;
835 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
839 sin6->sin6_scope_id = scopeid;
1012 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1020 _DIAGASSERT(scopeid != NULL);
1024 /* empty scopeid portion is invalid */
1035 *scopeid = if_nametoindex(scope);
1036 if (*scopeid == 0)
1055 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL);
1056 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid)
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 4233 mDNSu32 scopeid = (mDNSu32)(uintptr_t)ar->resrec.InterfaceID; local
    [all...]

Completed in 1409 milliseconds