Lines Matching defs:in6_addr
105 struct in6_addr {
135 typedef struct in6_addr in6_addr_t;
420 struct in6_addr sin6_addr;
446 * use as RHS of Static initializers of "struct in6_addr" (or in6_addr_t)
451 * const struct in6_addr IN6ADDR_ANY_INIT;
452 * const struct in6_addr IN6ADDR_LOOPBACK_INIT;
492 * bool IN6_IS_ADDR_UNSPECIFIED (const struct in6_addr *);
493 * bool IN6_IS_ADDR_LOOPBACK (const struct in6_addr *);
494 * bool IN6_IS_ADDR_MULTICAST (const struct in6_addr *);
495 * bool IN6_IS_ADDR_LINKLOCAL (const struct in6_addr *);
496 * bool IN6_IS_ADDR_SITELOCAL (const struct in6_addr *);
497 * bool IN6_IS_ADDR_V4MAPPED (const struct in6_addr *);
498 * bool IN6_IS_ADDR_V4MAPPED_ANY(const struct in6_addr *); -- Not from RFC2553
499 * bool IN6_IS_ADDR_V4COMPAT (const struct in6_addr *);
500 * bool IN6_IS_ADDR_MC_RESERVED (const struct in6_addr *); -- Not from RFC2553
501 * bool IN6_IS_ADDR_MC_NODELOCAL(const struct in6_addr *);
502 * bool IN6_IS_ADDR_MC_LINKLOCAL(const struct in6_addr *);
503 * bool IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *);
504 * bool IN6_IS_ADDR_MC_ORGLOCAL (const struct in6_addr *);
505 * bool IN6_IS_ADDR_MC_GLOBAL (const struct in6_addr *);
506 * bool IN6_IS_ADDR_6TO4 (const struct in6_addr *); -- Not from RFC2553
507 * bool IN6_ARE_6TO4_PREFIX_EQUAL(const struct in6_addr *,
508 * const struct in6_addr *); -- Not from RFC2553
835 * bool IN6_ARE_ADDR_EQUAL(const struct in6_addr *,
836 * const struct in6_addr *);
849 * bool IN6_ARE_PREFIXEDADDR_EQUAL(const struct in6_addr *,
850 * const struct in6_addr *,
1026 struct in6_addr ipv6mr_multiaddr; /* IPv6 multicast addr */
1128 struct in6_addr ipi6_addr; /* src/dst IPv6 address */
1147 extern int inet6_rth_add(void *bp, const struct in6_addr *addr);
1150 extern struct in6_addr *inet6_rth_getaddr(const void *bp, int index);
1186 /* argument type: struct in6_addr */
1315 extern const struct in6_addr in6addr_any;
1316 extern const struct in6_addr in6addr_loopback;
1318 extern struct in6_addr in6addr_any;
1319 extern struct in6_addr in6addr_loopback;