Home
last modified time | relevance | path

Searched refs:in6_addr (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/kernel/common/linux/
Dipv6.h27 struct in6_addr ipi6_addr;
37 struct in6_addr ifr6_addr;
65 struct in6_addr addr[0];
72 struct in6_addr addr;
80 struct in6_addr addr;
100 struct in6_addr saddr;
101 struct in6_addr daddr;
Dipv6_route.h41 struct in6_addr rtmsg_dst;
42 struct in6_addr rtmsg_src;
44 struct in6_addr rtmsg_gateway;
Din6.h22 struct in6_addr { struct
40 struct in6_addr sin6_addr; argument
45 struct in6_addr ipv6mr_multiaddr;
51 struct in6_addr flr_dst;
Dnetfilter.h69 struct in6_addr in6;
Dmroute6.h111 struct in6_addr im6_src, im6_dst;
/bionic/libc/include/netinet/
Din.h48 static const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
49 static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
Dicmp6.h185 struct in6_addr mld_addr; /* multicast address */
252 struct in6_addr nd_ns_target; /*target address */
263 struct in6_addr nd_na_target; /* target address */
285 struct in6_addr nd_rd_target; /* target address */
286 struct in6_addr nd_rd_dst; /* destination address */
332 struct in6_addr nd_opt_pi_prefix;
490 struct in6_addr rpm_prefix;
506 struct in6_addr rpu_prefix;
524 struct in6_addr rrr_prefix;
693 void icmp6_mtudisc_callback_register(void (*)(struct in6_addr *));
Dip6.h82 struct in6_addr ip6_src; /* source address */
83 struct in6_addr ip6_dst; /* destination address */
117 struct in6_addr ip6ph_src;
118 struct in6_addr ip6ph_dst;
Din6.h98 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
/bionic/libc/netbsd/resolv/
Dres_private.h12 struct in6_addr in6a;
/bionic/libc/kernel/common/linux/netfilter_ipv6/
Dip6t_rt.h31 struct in6_addr addrs[IP6T_RT_HOPS];
Dip6_tables.h34 struct in6_addr src, dst;
35 struct in6_addr smsk, dmsk;
/bionic/libc/netbsd/net/
Dgetnameinfo.c81 {PF_INET6, sizeof(struct in6_addr), sizeof(struct sockaddr_in6),
425 const struct in6_addr *a6; in ip6_sa2str()
Dgetaddrinfo.c147 {PF_INET6, sizeof(struct in6_addr),
1245 struct in6_addr *a6; in ip6_str2scopeid()
1437 struct in6_addr in6; in getanswer()
1634 _common_prefix_len(const struct in6_addr *a1, const struct in6_addr *a2) in _common_prefix_len()
/bionic/libc/netbsd/
Dgethnamaddr.c398 struct in6_addr in6; in getanswer()
828 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)(const void *)uaddr) || in android_gethostbyaddrforiface_real()
829 IN6_IS_ADDR_SITELOCAL((const struct in6_addr *)(const void *)uaddr))) { in android_gethostbyaddrforiface_real()
834 (IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)(const void *)uaddr) || in android_gethostbyaddrforiface_real()
835 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)(const void *)uaddr))) { in android_gethostbyaddrforiface_real()
/bionic/libc/netbsd/nameser/
Dns_print.c676 struct in6_addr a; in ns_sprintrrf()