Searched refs:ipv6_addr_v4mapped (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h102 static inline int ipv6_addr_v4mapped(const struct in6_addr *a) function
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_addr.h201 if (ipv6_addr_v4mapped((const struct in6_addr *)gid)) {
332 return (ipv6_addr_v4mapped(addr) && ipv4_is_multicast(ipv4_addr));
H A Dib_verbs.h151 if (ipv6_addr_v4mapped((struct in6_addr *)gid))
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c917 static inline int ipv6_addr_v4mapped(const struct in6_addr *a) function
981 dst_family = ipv6_addr_v4mapped((struct in6_addr *)attr->grh.dgid.raw) ?
983 src_family = ipv6_addr_v4mapped((struct in6_addr *)sgid.raw) ?
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c497 if (ipv6_addr_v4mapped(&src_in->sin6_addr) !=
498 ipv6_addr_v4mapped(&dst_tmp.sin6_addr)) {
H A Dib_verbs.c1209 if (ipv6_addr_v4mapped((struct in6_addr *)ah_attr->grh.dgid.raw)) {
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c377 if (ipv6_addr_v4mapped((void *)gid))
386 !ipv6_addr_v4mapped((void *)gid))
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2481 if (ipv6_addr_v4mapped((struct in6_addr *)&sgid))
H A Dmlx4_ib_main.c225 if (!ipv6_addr_v4mapped((struct in6_addr *)&gids[i].gid))

Completed in 174 milliseconds