Searched refs:in6_addr (Results 1 – 22 of 22) sorted by relevance
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebt_ip6.h | 35 struct in6_addr saddr; 36 struct in6_addr daddr; 37 struct in6_addr smsk; 39 struct in6_addr dmsk;
|
/bionic/libc/kernel/uapi/linux/ |
D | ipv6.h | 27 struct in6_addr ipi6_addr; 37 struct in6_addr ifr6_addr; 66 struct in6_addr addr[0]; 74 struct in6_addr addr; 81 struct in6_addr addr; 101 struct in6_addr saddr; 102 struct in6_addr daddr;
|
D | ip6_tunnel.h | 42 struct in6_addr laddr; 44 struct in6_addr raddr; 56 struct in6_addr laddr; 57 struct in6_addr raddr;
|
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 | 25 struct in6_addr { struct 50 struct in6_addr sin6_addr; argument 57 struct in6_addr ipv6mr_multiaddr; 65 struct in6_addr flr_dst;
|
D | netfilter.h | 74 struct in6_addr in6;
|
D | l2tp.h | 45 struct in6_addr l2tp_addr;
|
D | if_tunnel.h | 96 struct in6_addr prefix;
|
D | mroute6.h | 115 struct in6_addr im6_src, im6_dst;
|
D | if_bridge.h | 186 struct in6_addr ip6;
|
/bionic/libc/include/netinet/ |
D | in.h | 52 static const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; 53 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/dns/resolv/ |
D | res_private.h | 12 struct in6_addr in6a;
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6t_rt.h | 31 struct in6_addr addrs[IP6T_RT_HOPS];
|
D | ip6_tables.h | 64 struct in6_addr src, dst; 65 struct in6_addr smsk, dmsk;
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_policy.h | 49 struct in6_addr a6;
|
/bionic/libc/dns/net/ |
D | getnameinfo.c | 81 {PF_INET6, sizeof(struct in6_addr), sizeof(struct sockaddr_in6), 398 const struct in6_addr *a6; in ip6_sa2str()
|
D | getaddrinfo.c | 150 {PF_INET6, sizeof(struct in6_addr), 1252 struct in6_addr *a6; in ip6_str2scopeid() 1444 struct in6_addr in6; in getanswer() 1641 _common_prefix_len(const struct in6_addr *a1, const struct in6_addr *a2) in _common_prefix_len()
|
/bionic/libc/dns/ |
D | gethnamaddr.c | 403 struct in6_addr in6; in getanswer() 837 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)addr) || in android_gethostbyaddrfornet_real() 838 IN6_IS_ADDR_SITELOCAL((const struct in6_addr *)addr))) { in android_gethostbyaddrfornet_real() 843 (IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)addr) || in android_gethostbyaddrfornet_real() 844 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)addr))) { in android_gethostbyaddrfornet_real()
|
/bionic/libc/dns/nameser/ |
D | ns_print.c | 680 struct in6_addr a; in ns_sprintrrf()
|