Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/netinet/
A Dicmp6.h143 struct in6_addr nd_ns_target; /* target address */
155 struct in6_addr nd_na_target; /* target address */
176 struct in6_addr nd_rd_target; /* target address */
177 struct in6_addr nd_rd_dst; /* destination address */
210 struct in6_addr nd_opt_pi_prefix;
237 struct in6_addr mld_addr; /* multicast address */
278 struct in6_addr rpm_prefix;
295 struct in6_addr rpu_prefix;
315 struct in6_addr rrr_prefix;
A Din.h198 struct in6_addr struct
222 extern const struct in6_addr in6addr_any; /* :: */ argument
223 extern const struct in6_addr in6addr_loopback; /* ::1 */
253 struct in6_addr sin6_addr; /* IPv6 address */
289 struct in6_addr ipv6mr_multiaddr;
497 struct in6_addr ipi6_addr; /* src/dst IPv6 address */
552 extern int inet6_rth_add (void *__bp, const struct in6_addr *__addr) __THROW;
555 extern struct in6_addr *inet6_rth_getaddr (const void *__bp, int __index)
A Dip6.h38 struct in6_addr ip6_src; /* source address */
39 struct in6_addr ip6_dst; /* destination address */
92 struct in6_addr ip6r0_addr[0];
/l4re-core-master/uclibc/lib/contrib/uclibc/include/net/
A Droute.h60 struct in6_addr rtmsg_dst;
61 struct in6_addr rtmsg_src;
62 struct in6_addr rtmsg_gateway;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Din6_addr.c22 const struct in6_addr in6addr_any =
24 const struct in6_addr in6addr_loopback =
A Dresolv.c1612 sizeof(struct in6_addr) in __read_etc_hosts_r()
1677 #define in6 ((struct in6_addr *)buf) in __read_etc_hosts_r()
1752 if (len != sizeof(struct in6_addr)) in __get_hosts_byaddr_r()
2196 struct in6_addr *in; in gethostbyname2_r()
2197 struct in6_addr **addr_list; in gethostbyname2_r()
2253 in = (struct in6_addr*)buf; in gethostbyname2_r()
2256 addr_list = (struct in6_addr**)buf; in gethostbyname2_r()
2403 #define in6 ((struct in6_addr *)in) in libc_hidden_def()
2565 sizeof(struct in6_addr) + sizeof(struct in6_addr *) * 2 + in libc_hidden_def()
2585 sizeof(struct in6_addr *) * 2 + in gethostbyname2()
[all …]
A Dgetaddrinfo.c566 gethosts(AF_INET6, struct in6_addr); in gaih_inet()
605 memcpy(at->addr, &in6addr_loopback, sizeof(struct in6_addr)); in gaih_inet()
655 ? sizeof(struct in6_addr) in gaih_inet()
726 at2->addr, sizeof(struct in6_addr)); in gaih_inet()
A DMakefile.in24 CSRC-$(UCLIBC_HAS_IPV6) += in6_addr.c
/l4re-core-master/uclibc/lib/uclibc/
A Dcontrib_files.mk562 in6_addr

Completed in 21 milliseconds