
#include "vipl_priv.h"Go to the source code of this file.
Functions | |
| VIP_ENTRY_POINT VIP_RETURN | VipConnectReject (VIP_CONN_HANDLE ConnHandle) |
Definition in file vipconnectreject.c.
|
|
VipConnectReject() is used to reject a connection request. This function is called on the server side of the client/server connection model. Notification is sent to the remote end that the associated connection request was rejected.
Definition at line 38 of file vipconnectreject.c. References VIP_PACKET_CONN_REJECT::clt_conn_ptr, VIP_PACKET_CONN_REJECT::clt_seq_num, VIP_SEND_REQ::dest_gm_id, VIP_SEND_REQ::dest_port_id, VIP_NIC::lock, VIP_GM::lock, VIP_SEND_REQ::ptr, VIP_SEND_REQ::type, VIP_PACKET_CONN_REJECT::type, vip_allocate_packet(), VIP_CONN_REJECT_PKT, VIP_NIC::vip_conn_set, VIP_DEBUG, VIP_DEBUG_LABEL, VIP_ERROR_RESOURCE, vip_free_handle(), VIP_NIC::vip_gm_ptr, VIP_HTON_UCHAR, VIP_INVALID_CONN_HANDLE, VIP_INVALID_PARAMETER, VIP_MUTEX_LOCK, VIP_MUTEX_UNLOCK, VIP_SEND_REQ::vip_nic_ptr, VIP_PROGRESSION, vip_send_data(), VIP_SEND_REQ_RELIABLE, and VIP_SUCCESS. |
1.4.4.