
#include <vipl_packets.h>
Data Fields | |
| VIP_NET_UCHAR | type |
| VIP_NET_UCHAR | status |
| VIP_NET_UINT16 | srv_seq_num |
| VIP_NET_UINT16 | net_local_nic_index |
| VIP_NET_UINT16 | net_local_vi_index |
| VIP_NET_UINT64 | srv_conn_ptr |
Definition at line 590 of file vipl_packets.h.
|
|
The packet type value. Definition at line 593 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_receive_event(), and VipConnectRequest(). |
|
|
Status of the connection. Definition at line 595 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_ack(), and VipConnectRequest(). |
|
|
Sequence number of the connection on server. Definition at line 597 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_ack(), and VipConnectRequest(). |
|
|
Index of the local NIC handle (network order). Definition at line 599 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_ack(), and VipConnectRequest(). |
|
|
Index of the local VI handle (network order). Definition at line 601 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_ack(), and VipConnectRequest(). |
|
|
Pointer to the connection on server. Definition at line 603 of file vipl_packets.h. Referenced by vip_handle_conn_accept(), vip_handle_conn_ack(), and VipConnectRequest(). |
1.4.4.