Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c3520 static int sdp_format_hdr(struct sdp_hh *sdp_hdr, struct rdma_id_private *id_priv) in sdp_format_hdr() argument
3526 if (sdp_get_majv(sdp_hdr->majv_minv) != SDP_MAJ_VERSION) in sdp_format_hdr()
3535 sdp_set_ip_ver(sdp_hdr, 4); in sdp_format_hdr()
3536 sdp_hdr->src_addr.ip4.addr = src4->sin_addr.s_addr; in sdp_format_hdr()
3537 sdp_hdr->dst_addr.ip4.addr = dst4->sin_addr.s_addr; in sdp_format_hdr()
3538 sdp_hdr->port = src4->sin_port; in sdp_format_hdr()
3545 sdp_set_ip_ver(sdp_hdr, 6); in sdp_format_hdr()
3546 sdp_hdr->src_addr.ip6 = src6->sin6_addr; in sdp_format_hdr()
3547 sdp_hdr->dst_addr.ip6 = dst6->sin6_addr; in sdp_format_hdr()
3548 sdp_hdr->port = src6->sin6_port; in sdp_format_hdr()
[all …]