Searched refs:in6_addr (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | ipv6.h | 27 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;
|
D | ipv6_route.h | 41 struct in6_addr rtmsg_dst; 42 struct in6_addr rtmsg_src; 44 struct in6_addr rtmsg_gateway;
|
D | in6.h | 22 struct in6_addr { struct 40 struct in6_addr sin6_addr; argument 45 struct in6_addr ipv6mr_multiaddr; 51 struct in6_addr flr_dst;
|
D | netfilter.h | 69 struct in6_addr in6;
|
D | mroute6.h | 111 struct in6_addr im6_src, im6_dst;
|
/bionic/libc/include/netinet/ |
D | in.h | 48 static const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; 49 static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
D | icmp6.h | 185 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 *));
|
D | ip6.h | 82 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;
|
D | in6.h | 98 (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
|
/bionic/libc/netbsd/resolv/ |
D | res_private.h | 12 struct in6_addr in6a;
|
/bionic/libc/kernel/common/linux/netfilter_ipv6/ |
D | ip6t_rt.h | 31 struct in6_addr addrs[IP6T_RT_HOPS];
|
D | ip6_tables.h | 34 struct in6_addr src, dst; 35 struct in6_addr smsk, dmsk;
|
/bionic/libc/netbsd/net/ |
D | getnameinfo.c | 81 {PF_INET6, sizeof(struct in6_addr), sizeof(struct sockaddr_in6), 425 const struct in6_addr *a6; in ip6_sa2str()
|
D | getaddrinfo.c | 147 {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/ |
D | gethnamaddr.c | 398 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/ |
D | ns_print.c | 676 struct in6_addr a; in ns_sprintrrf()
|