Searched refs:socketIndex (Results 1 – 3 of 3) sorted by relevance
74 switch(psTransport->pSocketTable[psTransport->socketIndex].eSocket_State) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()79 …psTransport->pSocketTable[psTransport->socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()81 …ransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[psTra… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()82 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()83 psTransport->pSocketTable[psTransport->socketIndex].pAcceptContext = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()89 psTempLlcpSocket = psTransport->pSocketTable[psTransport->socketIndex]; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()92 … result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[psTransport->socketIndex]); in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()101 …nsport->pSocketTable[psTransport->socketIndex].bSocketSendPending && psTransport->pSocketTable[psT… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()103 …Transport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[psTran… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()104 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()[all …]
610 index = psTransport->socketIndex; in phFriNfc_LlcpTransport_Send_CB()636 } while(index != psTransport->socketIndex); in phFriNfc_LlcpTransport_Send_CB()639 psTransport->socketIndex = index; in phFriNfc_LlcpTransport_Send_CB()664 pLlcpTransport->socketIndex = FALSE; in phFriNfc_LlcpTransport_Reset()1715 pLlcpSocket->psTransport->socketIndex = pLlcpSocket->index; in phFriNfc_LlcpTransport_Accept()
262 uint8_t socketIndex; member