
#include <vipl_packets.h>
Data Fields | |
| VIP_NET_UCHAR | type |
| VIP_NET_UCHAR | rdma_write |
| VIP_NET_UCHAR | pad [2] |
| VIP_NET_UINT16 | srv_seq_num |
| VIP_NET_UINT16 | clt_seq_num |
| VIP_NET_UINT64 | srv_conn_ptr |
| VIP_NET_UINT64 | clt_conn_ptr |
| VIP_NET_UINT16 | net_local_nic_index |
| VIP_NET_UINT16 | net_local_vi_index |
| VIP_NET_UINT32 | pad2 |
Definition at line 548 of file vipl_packets.h.
|
|
The packet type value. Definition at line 551 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and VipConnectAccept(). |
|
|
RDMA Write authorization. Definition at line 553 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_req(), and VipConnectAccept(). |
|
|
Padding. Definition at line 555 of file vipl_packets.h. |
|
|
Sequence number of the connection on server. Definition at line 557 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_req(), and VipConnectAccept(). |
|
|
Sequence number of the connection on client. Definition at line 559 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_req(), and VipConnectAccept(). |
|
|
Pointer to the connection on server. Definition at line 561 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_req(), and VipConnectAccept(). |
|
|
Pointer to the connection on client. Definition at line 563 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_req(), and VipConnectAccept(). |
|
|
Index of the local NIC handle (network order). Definition at line 565 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_req(), and VipConnectAccept(). |
|
|
Index of the local VI handle (network order). Definition at line 567 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_req(), and VipConnectAccept(). |
1.4.4.