
#include <vipl_packets.h>
Data Fields | |
| VIP_NET_UCHAR | type |
| VIP_NET_UCHAR | rdma_write |
| VIP_NET_UINT16 | clt_seq_num |
| VIP_NET_UINT32 | pad |
| VIP_NET_UINT64 | clt_conn_ptr |
| VIP_NET_UINT64 | qos |
| VIP_NET_UINT32 | mtu |
| VIP_NET_UINT32 | srv_net_magic |
| VIP_NET_UINT16 | reliability |
| VIP_NET_UINT16 | clt_disc_len |
| VIP_UCHAR | clt_net_addr [VI_GM_MAC_ADDRESS_LEN+VI_GM_MAX_DISCRIMINATOR_LEN] |
| VIP_NET_UINT16 | srv_disc_len |
| VIP_UCHAR | srv_net_addr [VI_GM_MAC_ADDRESS_LEN+VI_GM_MAX_DISCRIMINATOR_LEN] |
| VIP_UCHAR | pad2 [6] |
Definition at line 494 of file vipl_packets.h.
|
|
The packet type value. Definition at line 497 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
RDMA Write authorization. Definition at line 499 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
Sequence number of the connection on client. Definition at line 501 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
Pointer to the connection on client. Definition at line 504 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
The requested quality of service for the connection. Definition at line 506 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
The requested maximum transfer size for this connection. Definition at line 508 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
The magic number of the client. Definition at line 510 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
The reliability level registered with this VI. Definition at line 512 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
Length of the discriminator on client side. Definition at line 514 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
Client network address. Definition at line 517 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
Length of the discriminator on server side. Definition at line 519 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
|
|
Server network address. Definition at line 522 of file vipl_packets.h. Referenced by vip_handle_conn_req(), and vip_send_conn_request(). |
1.4.4.