Home
last modified time | relevance | path

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

/src/contrib/ofed/librdmacm/examples/
H A Drcopy.c70 CMD_RESP = 0x80, enumerator
159 if ((msg->len != sizeof *msg) || (msg->command != (cmd | CMD_RESP))) { in msg_get_resp()
161 msg->len, msg->command, cmd | CMD_RESP); in msg_get_resp()
173 resp.command = msg->command | CMD_RESP; in msg_send_resp()