
#include <vipl_packets.h>
Data Fields | |
| VIP_NET_UCHAR | type |
| VIP_UCHAR | port_id |
| VIP_UCHAR | pad [2] |
| VIP_UCHAR | gm_unique_id [6] |
| VIP_UCHAR | morepad [2] |
| VIP_NET_UINT16 | clt_seq_num |
| VIP_NET_UINT16 | pad2 |
| VIP_NET_UINT64 | clt_conn_ptr |
| VIP_NET_UINT32 | net_srv_magic [VI_GM_MAX_PORTS] |
Definition at line 470 of file vipl_packets.h.
|
|
The packet type value. Definition at line 473 of file vipl_packets.h. Referenced by main(), VipConnectPeerRequest(), and VipConnectRequest(). |
|
|
The GM port Id of the remote side (internal use). Definition at line 475 of file vipl_packets.h. Referenced by main(), and vip_conn_mgr_send_callback(). |
|
|
Padding. Definition at line 477 of file vipl_packets.h. |
|
|
The GM unique Id of the remote side (internal use). Definition at line 479 of file vipl_packets.h. Referenced by main(), vip_conn_mgr_send_callback(), VipConnectPeerRequest(), and VipConnectRequest(). |
|
|
Sequence number of the connection on client. Definition at line 482 of file vipl_packets.h. Referenced by vip_handle_conn_list(), VipConnectPeerRequest(), and VipConnectRequest(). |
|
|
Pointer to the connection on client. Definition at line 485 of file vipl_packets.h. Referenced by vip_handle_conn_list(), VipConnectPeerRequest(), and VipConnectRequest(). |
|
|
The magic numbers of VI-GM endpoints using the corresponding GM ports on the remote node (network order). Definition at line 488 of file vipl_packets.h. Referenced by main(), and vip_handle_conn_list(). |
1.4.4.