Home
last modified time | relevance | path

Searched refs:GetMsgDstAddr (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.cpp124 (struct sockaddr*)_action->GetMsgDstAddr(), sizeof(struct sockaddr_in)); in SendData()
215 …int ret = ff_hook_connect(_osfd, (struct sockaddr*)_action->GetMsgDstAddr(), sizeof(struct sockadd… in OpenCnnect()
645 (struct sockaddr*)_action->GetMsgDstAddr(), sizeof(struct sockaddr_in)); in SendData()
H A Dmt_action.h77 struct sockaddr_in* GetMsgDstAddr() { in GetMsgDstAddr() function
H A Dmt_action.cpp99 _conn = connmgr->GetConnection(conn_obj_type, this->GetMsgDstAddr()); in InitConnEnv()