Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_ip6.h35 struct in6_addr saddr;
36 struct in6_addr daddr;
37 struct in6_addr smsk;
39 struct in6_addr dmsk;
/bionic/libc/kernel/uapi/linux/
Dipv6.h27 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;
99 struct in6_addr saddr;
100 struct in6_addr daddr;
Dip6_tunnel.h42 struct in6_addr laddr;
44 struct in6_addr raddr;
56 struct in6_addr laddr;
57 struct in6_addr raddr;
Dipv6_route.h41 struct in6_addr rtmsg_dst;
42 struct in6_addr rtmsg_src;
44 struct in6_addr rtmsg_gateway;
Din6.h25 struct in6_addr { struct
50 struct in6_addr sin6_addr; argument
57 struct in6_addr ipv6mr_multiaddr;
65 struct in6_addr flr_dst;
Dnetfilter.h74 struct in6_addr in6;
Dl2tp.h41 struct in6_addr l2tp_addr;
Dif_tunnel.h110 struct in6_addr prefix;
Dmroute6.h115 struct in6_addr im6_src, im6_dst;
Dif_bridge.h187 struct in6_addr ip6;
/bionic/libc/include/netinet/
Din.h52 static const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
53 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/dns/resolv/
Dres_private.h12 struct in6_addr in6a;
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6t_rt.h31 struct in6_addr addrs[IP6T_RT_HOPS];
Dip6_tables.h64 struct in6_addr src, dst;
65 struct in6_addr smsk, dmsk;
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_policy.h42 struct in6_addr a6;
/bionic/libc/dns/net/
Dgetnameinfo.c81 {PF_INET6, sizeof(struct in6_addr), sizeof(struct sockaddr_in6),
398 const struct in6_addr *a6; in ip6_sa2str()
Dgethnamaddr.c413 struct in6_addr in6; in getanswer()
880 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)addr) || in android_gethostbyaddrfornet_real()
881 IN6_IS_ADDR_SITELOCAL((const struct in6_addr *)addr))) { in android_gethostbyaddrfornet_real()
886 (IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)addr) || in android_gethostbyaddrfornet_real()
887 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)addr))) { in android_gethostbyaddrfornet_real()
968 struct in6_addr host_addr; in netbsd_gethostent_r()
1345 struct in6_addr host_addrs[MAXADDRS]; in _yp_hostent()
Dgetaddrinfo.c150 {PF_INET6, sizeof(struct in6_addr),
1243 struct in6_addr *a6; in ip6_str2scopeid()
1435 struct in6_addr in6; in getanswer()
1632 _common_prefix_len(const struct in6_addr *a1, const struct in6_addr *a2) in _common_prefix_len()
/bionic/tests/
Dnetdb_test.cpp110 ASSERT_EQ(0, memcmp(&addr->sin6_addr, &in6addr_loopback, sizeof(in6_addr))); in TEST()
/bionic/libc/dns/nameser/
Dns_print.c674 struct in6_addr a; in ns_sprintrrf()