
#include <vipl_packets.h>
Data Fields | |
| VIP_NET_UCHAR | type |
| VIP_NET_UCHAR | peer_status |
| VIP_NET_UINT16 | clt_seq_num |
| VIP_NET_UINT32 | pad |
| VIP_NET_UINT64 | clt_conn_ptr |
Definition at line 574 of file vipl_packets.h.
|
|
The packet type value. Definition at line 577 of file vipl_packets.h. Referenced by vip_handle_conn_reject(), vip_handle_conn_req(), and VipConnectReject(). |
|
|
Reason why the connection was rejected. Definition at line 579 of file vipl_packets.h. Referenced by vip_handle_conn_reject(), and vip_handle_conn_req(). |
|
|
Sequence number of the connection on client. Definition at line 581 of file vipl_packets.h. Referenced by vip_handle_conn_reject(), vip_handle_conn_req(), and VipConnectReject(). |
|
|
Pointer to the connection on client. Definition at line 584 of file vipl_packets.h. Referenced by vip_handle_conn_reject(), vip_handle_conn_req(), and VipConnectReject(). |
1.4.4.