Home
last modified time | relevance | path

Searched refs:s6_addr32 (Results 1 - 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dndisc_snoop.c74 if (ip6addr->addr.s6_addr32[0] == addr->s6_addr32[0] && in sta_has_ip6addr()
75 ip6addr->addr.s6_addr32[1] == addr->s6_addr32[1] && in sta_has_ip6addr()
76 ip6addr->addr.s6_addr32[2] == addr->s6_addr32[2] && in sta_has_ip6addr()
77 ip6addr->addr.s6_addr32[3] == addr->s6_addr32[3]) in sta_has_ip6addr()
122 if (!(saddr.s6_addr32[0] == 0 && saddr.s6_addr32[ in handle_ndisc()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dndisc_snoop.c74 if (ip6addr->addr.s6_addr32[0] == addr->s6_addr32[0] && in sta_has_ip6addr()
75 ip6addr->addr.s6_addr32[1] == addr->s6_addr32[1] && in sta_has_ip6addr()
76 ip6addr->addr.s6_addr32[2] == addr->s6_addr32[2] && in sta_has_ip6addr()
77 ip6addr->addr.s6_addr32[3] == addr->s6_addr32[3]) in sta_has_ip6addr()
122 if (!(saddr.s6_addr32[0] == 0 && saddr.s6_addr32[ in handle_ndisc()
[all...]
/third_party/toybox/toys/pending/
H A Dlsof.c185 &(local.s6_addr32[0]), &local_port, in scan_ip()
186 &(remote.s6_addr32[0]), &remote_port, in scan_ip()
191 &(local.s6_addr32[0]), &(local.s6_addr32[1]), in scan_ip()
192 &(local.s6_addr32[2]), &(local.s6_addr32[3]), in scan_ip()
194 &(remote.s6_addr32[0]), &(remote.s6_addr32[1]), in scan_ip()
195 &(remote.s6_addr32[2]), &(remote.s6_addr32[ in scan_ip()
[all...]
H A Ddhcpd.c402 memcpy(oip6, ip6.sin6_addr.s6_addr32, sizeof(uint32_t)*4); in get_interface()
/third_party/lwip/src/netif/ppp/
H A Dipv6cp.c346 #define VALIDID(a) ( (((a).s6_addr32[0] == 0) && ((a).s6_addr32[1] == 0)) && \
347 (((a).s6_addr32[2] != 0) || ((a).s6_addr32[3] != 0)) )
366 eui64_copy(addr.s6_addr32[2], wo->ourid);
382 eui64_copy(addr.s6_addr32[2], wo->hisid);
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv6_sender.c696 bitsize = sizeof(pkt->hdr.ip6_dst.s6_addr32[rand_val]) * 8; in thrust_fakes()
698 pkt->hdr.ip6_dst.s6_addr32[rand_val] ^= seed; in thrust_fakes()
/third_party/ltp/testcases/network/lib6/
H A Dasapi_01.c102 a1.s6_addr32[word] |= newbit; in do_tests()
104 a2.s6_addr32[word] |= newbit; in do_tests()
/third_party/python/Modules/
H A Dgetaddrinfo.c614 memcpy(&in6->s6_addr32[0], &faith_prefix,
616 memcpy(&in6->s6_addr32[3], ap, sizeof(struct in_addr));
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h32 #define s6_addr32 __in6_union.__s6_addr32 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h32 #define s6_addr32 __in6_union.__s6_addr32 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h32 #define s6_addr32 __in6_union.__s6_addr32 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h32 #define s6_addr32 __in6_union.__s6_addr32 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h32 #define s6_addr32 __in6_union.__s6_addr32 macro
/third_party/musl/include/netinet/
H A Din.h32 #define s6_addr32 __in6_union.__s6_addr32 macro
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_dgram.c38 # define s6_addr32 __u6_addr.__u6_addr32 macro
40 (((a)->s6_addr32[0] == 0) && \
41 ((a)->s6_addr32[1] == 0) && \
42 ((a)->s6_addr32[2] == htonl(0x0000ffff)))
/third_party/openssl/crypto/bio/
H A Dbss_dgram.c38 # define s6_addr32 __u6_addr.__u6_addr32 macro
40 (((a)->s6_addr32[0] == 0) && \
41 ((a)->s6_addr32[1] == 0) && \
42 ((a)->s6_addr32[2] == htonl(0x0000ffff)))

Completed in 21 milliseconds