Home
last modified time | relevance | path

Searched refs:irdma_copy_ip_htonl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dirdma_cm.c96 irdma_copy_ip_htonl(__be32 *dst, u32 *src) in irdma_copy_ip_htonl() function
162 irdma_copy_ip_htonl(laddr6->sin6_addr.__u6_addr.__u6_addr32, in irdma_fill_sockaddr6()
164 irdma_copy_ip_htonl(raddr6->sin6_addr.__u6_addr.__u6_addr32, in irdma_fill_sockaddr6()
572 irdma_copy_ip_htonl(ip6h->ip6_src.__u6_addr.__u6_addr32, in irdma_form_uda_cm_frame()
574 irdma_copy_ip_htonl(ip6h->ip6_dst.__u6_addr.__u6_addr32, in irdma_form_uda_cm_frame()
1637 irdma_copy_ip_htonl(laddr6.__u6_addr.__u6_addr32, addr); in irdma_get_vlan_mac_ipv6()
2058 irdma_copy_ip_htonl(raddr6.__u6_addr.__u6_addr32, rem_addr); in irdma_ipv6_is_lpb()
H A Dirdma_main.h583 void irdma_copy_ip_htonl(__be32 *dst, u32 *src);
H A Dfbsd_kcompat.c481 irdma_copy_ip_htonl(dst_addr.sin6_addr.__u6_addr.__u6_addr32, dest); in irdma_addr_resolve_neigh_ipv6()