/external/chromium_org/ppapi/api/private/ |
ppb_net_address_private.idl | 107 * Returns ScopeID for IPv6 addresses or 0 for IPv4.
|
/external/chromium_org/ppapi/c/private/ |
ppb_net_address_private.h | 127 * Returns ScopeID for IPv6 addresses or 0 for IPv4.
|
/external/libppp/src/ |
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);
|
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;
|
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 1059 u_int32_t scopeid; 1065 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) { 1069 sin6->sin6_scope_id = scopeid; 1242 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid) 1250 assert(scopeid != NULL); 1254 /* empty scopeid portion is invalid */ 1264 *scopeid = if_nametoindex(scope); 1265 if (*scopeid == 0) 1282 *scopeid = (u_int32_t)(lscopeid & 0xffffffffUL); 1283 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid [all...] |
getnameinfo.c | 42 * - (KAME extension) always attach textual scopeid (fe80::1%lo0), if 44 * XXX breaks backward compat for code that expects no scopeid.
|
/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 752 * bytes {@code ipAddress} and {@code scopeId}. 770 private static InetAddress getByAddress(String hostName, byte[] ipAddress, int scopeId) throws UnknownHostException { 783 return new Inet6Address(ipAddress.clone(), hostName, scopeId); [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_quick.c | [all...] |
isakmp.c | [all...] |
/external/chromium_org/v8/src/ |
heap.h | [all...] |
/external/v8/src/ |
heap.h | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/mdnsresponder/mDNSShared/ |
uds_daemon.c | 4231 mDNSu32 scopeid = (mDNSu32)(uintptr_t)ar->resrec.InterfaceID; local [all...] |