Lines Matching refs:_action
43 _action = NULL; in IMtConnection()
72 _action = NULL; in Reset()
117 if (!_action || !_msg_buff) { in SendData()
118 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in SendData()
124 (struct sockaddr*)_action->GetMsgDstAddr(), sizeof(struct sockaddr_in)); in SendData()
147 if (!_action || !_msg_buff) { in RecvData()
148 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in RecvData()
179 ret = _action->DoInput(); in RecvData()
208 if (!_action || !_msg_buff) { in OpenCnnect()
209 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in OpenCnnect()
215 …int ret = ff_hook_connect(_osfd, (struct sockaddr*)_action->GetMsgDstAddr(), sizeof(struct sockadd… in OpenCnnect()
283 if (!_action || !_msg_buff) { in SendData()
284 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in SendData()
323 if (!_action || !_msg_buff) { in RecvData()
324 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in RecvData()
357 ret = _action->DoInput(); in RecvData()
602 if (!_action || !_ntfy_obj) { in CreateSocket()
603 MTLOG_ERROR("conn not set action %p, or _ntfy_obj %p, error", _action, _ntfy_obj); in CreateSocket()
638 if (!_action || !_msg_buff || !_ntfy_obj) { in SendData()
639 … MTLOG_ERROR("conn not set action %p, or msg %p, ntfy %p error", _action, _msg_buff, _ntfy_obj); in SendData()
645 (struct sockaddr*)_action->GetMsgDstAddr(), sizeof(struct sockaddr_in)); in SendData()