Searched refs:DS_IPV4_HDR_LEN (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c272 #define DS_IPV4_HDR_LEN 8 macro
1448 hdr->length = DS_IPV4_HDR_LEN;
2087 return ((wc->byte_len >= sizeof(struct ibv_grh) + DS_IPV4_HDR_LEN) &&
2088 ((hdr->version == 4 && hdr->length == DS_IPV4_HDR_LEN) ||

Completed in 83 milliseconds