HomeSort by relevance Sort by last modified time
    Searched full:s6_addr32 (Results 1 - 25 of 51) sorted by null

1 2 3

  /bionic/libc/include/netinet/
in6.h 37 ((((a)->s6_addr32[0]) == 0) && \
38 (((a)->s6_addr32[1]) == 0) && \
39 (((a)->s6_addr32[2]) == 0) && \
40 (((a)->s6_addr32[3]) == 0))
43 ((((a)->s6_addr32[0]) == 0) && \
44 (((a)->s6_addr32[1]) == 0) && \
45 (((a)->s6_addr32[2]) == 0) && \
46 (((a)->s6_addr32[3]) == ntohl(1)))
49 ((((a)->s6_addr32[0]) == 0) && \
50 (((a)->s6_addr32[1]) == 0) &&
    [all...]
  /external/wpa_supplicant_8/src/ap/
ndisc_snoop.c 74 if (ip6addr->addr.s6_addr32[0] == addr->s6_addr32[0] &&
75 ip6addr->addr.s6_addr32[1] == addr->s6_addr32[1] &&
76 ip6addr->addr.s6_addr32[2] == addr->s6_addr32[2] &&
77 ip6addr->addr.s6_addr32[3] == addr->s6_addr32[3])
122 if (!(saddr.s6_addr32[0] == 0 && saddr.s6_addr32[1] == 0 &
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 211 # define s6_addr32 __in6_u.__u6_addr32 macro
403 __a->s6_addr32[0] == 0 \
404 && __a->s6_addr32[1] == 0 \
405 && __a->s6_addr32[2] == 0 \
406 && __a->s6_addr32[3] == 0; }))
411 __a->s6_addr32[0] == 0 \
412 && __a->s6_addr32[1] == 0 \
413 && __a->s6_addr32[2] == 0 \
414 && __a->s6_addr32[3] == htonl (1); }))
419 (__a->s6_addr32[0] & htonl (0xffc00000)) == htonl (0xfe800000); })
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
in6addr.h 38 #define s6_addr32 u.__s6_addr32 macro
  /external/toybox/toys/pending/
lsof.c 185 &(local.s6_addr32[0]), &local_port,
186 &(remote.s6_addr32[0]), &remote_port,
191 &(local.s6_addr32[0]), &(local.s6_addr32[1]),
192 &(local.s6_addr32[2]), &(local.s6_addr32[3]),
194 &(remote.s6_addr32[0]), &(remote.s6_addr32[1]),
195 &(remote.s6_addr32[2]), &(remote.s6_addr32[3])
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
in.h 50 #define s6_addr32 in6_u.u6_addr32 macro
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp.c 174 memcpy(vip.daddr.v6, ip6h->daddr.s6_addr32, sizeof(vip.daddr));
205 memcpy(ip6h->saddr.s6_addr32, tnl->saddr.v6, sizeof(tnl->saddr.v6));
206 memcpy(ip6h->daddr.s6_addr32, tnl->daddr.v6, sizeof(tnl->daddr.v6));
test_tcp_estats.c 219 sk->sk_v6_rcv_saddr.s6_addr32,
220 sk->sk_v6_daddr.s6_addr32);
test_l4lb.c 253 memcpy(pckt->srcv6, ip6h->daddr.s6_addr32, 16);
254 memcpy(pckt->dstv6, ip6h->saddr.s6_addr32, 16);
367 memcpy(pckt.srcv6, ip6h->saddr.s6_addr32, 16);
368 memcpy(pckt.dstv6, ip6h->daddr.s6_addr32, 16);
  /external/android-clat/
dns64.c 72 plat_addr.s6_addr32[3] = 0;
  /external/iptables/extensions/
libip6t_NETMAP.c 63 a.s6_addr32[i] = ~(r->min_addr.ip6[i] ^ r->max_addr.ip6[i]);
  /external/iputils/ninfod/
ninfod_name.c 274 #ifdef s6_addr32
275 nigroup->s6_addr32[0] = htonl(0xff020000);
276 nigroup->s6_addr32[1] = 0;
277 nigroup->s6_addr32[2] = htonl(0x00000002);
  /bionic/libc/kernel/uapi/linux/
in6.h 35 #define s6_addr32 in6_u.u6_addr32 macro
  /external/ppp/pppd/
eui64.h 58 #define s6_addr32 _S6_un._S6_u32 macro
ipv6cp.c 340 #define VALIDID(a) ( (((a).s6_addr32[0] == 0) && ((a).s6_addr32[1] == 0)) && \
341 (((a).s6_addr32[2] != 0) || ((a).s6_addr32[3] != 0)) )
360 eui64_copy(addr.s6_addr32[2], wo->ourid);
376 eui64_copy(addr.s6_addr32[2], wo->hisid);
    [all...]
  /system/netd/server/
SockDiag.cpp 138 in6_addr mapped = { .s6_addr32 = { 0, 0, htonl(0xffff), 0 } };
158 mapped.s6_addr32[3] = ina.s_addr;
258 return (IN6_IS_ADDR_V4MAPPED(src) && IN_LOOPBACK(src->s6_addr32[3])) ||
259 (IN6_IS_ADDR_V4MAPPED(dst) && IN_LOOPBACK(dst->s6_addr32[3])) ||
  /external/libcups/cups/
http-addr.c 570 for (sptr = temps, i = 0; i < 4 && addr->ipv6.sin6_addr.s6_addr32[i]; i ++)
572 temp = ntohl(addr->ipv6.sin6_addr.s6_addr32[i]);
580 if (temp || i == 3 || addr->ipv6.sin6_addr.s6_addr32[i + 1])
589 while (i < 4 && !addr->ipv6.sin6_addr.s6_addr32[i])
600 temp = ntohl(addr->ipv6.sin6_addr.s6_addr32[i]);
603 (i > 0 && addr->ipv6.sin6_addr.s6_addr32[i - 1]))
http.h 78 * support IPv6 - the "s6_addr32" define maps to the 32-bit integer
83 #if defined(AF_INET6) && !defined(s6_addr32)
85 # define s6_addr32 _S6_un._S6_u32 macro
87 # define s6_addr32 __u6_addr.__u6_addr32 macro
93 # define s6_addr32 error_need_win32_specific_code macro
95 #endif /* AF_INET6 && !s6_addr32 */
  /external/dhcpcd-6.8.2/
ipv6.c 110 #ifndef s6_addr32
112 # define s6_addr32 _S6_un._S6_u32 macro
114 # define s6_addr32 __u6_addr.__u6_addr32 macro
438 addr->s6_addr32[2] = ap->addr.s6_addr32[2];
439 addr->s6_addr32[3] = ap->addr.s6_addr32[3];
1100 ap->prefix.s6_addr32[0] = htonl(0xfe800000);
1101 ap->prefix.s6_addr32[1] = 0;
    [all...]
  /external/ltp/testcases/network/lib6/
asapi_01.c 102 a1.s6_addr32[word] |= newbit;
104 a2.s6_addr32[word] |= newbit;
  /external/iproute2/include/uapi/linux/
in6.h 44 #define s6_addr32 in6_u.u6_addr32 macro
libc-compat.h 105 * additional in6_addr macros e.g. s6_addr16, and s6_addr32. */
  /external/kernel-headers/original/uapi/linux/
in6.h 44 #define s6_addr32 in6_u.u6_addr32 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in6.h 38 #define s6_addr32 in6_u.u6_addr32 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 611 memcpy(&in6->s6_addr32[0], &faith_prefix,
613 memcpy(&in6->s6_addr32[3], ap, sizeof(struct in_addr));

Completed in 829 milliseconds

1 2 3