Searched refs:strBind (Results 1 – 1 of 1) sorted by relevance
221 tstrSocketBindMsg strBind; in m2m_ip_cb() local225 strBind.status = strBindReply.s8Status; in m2m_ip_cb()227 gpfAppSocketCb(strBindReply.sock,SOCKET_MSG_BIND,&strBind); in m2m_ip_cb()597 tstrBindCmd strBind; in bind() local605 strBind.sock = sock; in bind()606 m2m_memcpy((uint8 *)&strBind.strAddr, (uint8 *)pstrAddr, sizeof(tstrSockAddr)); in bind()607 strBind.u16SessionID = gastrSockets[sock].u16SessionID; in bind()610 s8Ret = SOCKET_REQUEST(u8CMD, (uint8*)&strBind,sizeof(tstrBindCmd) , NULL , 0, 0); in bind()