Lines Matching refs:sLlcpHeader
156 pSocket->sLlcpHeader.dsap = pSocket->socket_dSap; in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations()
157 pSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_CC; in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations()
158 pSocket->sLlcpHeader.ssap = pSocket->socket_sSap; in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations()
165 &pSocket->sLlcpHeader, in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations()
190 &pSocket->sLlcpHeader, in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations()
215 &pSocket->sLlcpHeader, in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations()
238 psLlcpSocket->sLlcpHeader.dsap = psLlcpSocket->socket_dSap; in static_performSendInfo()
239 psLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_I; in static_performSendInfo()
240 psLlcpSocket->sLlcpHeader.ssap = psLlcpSocket->socket_sSap; in static_performSendInfo()
252 &psLlcpSocket->sLlcpHeader, in static_performSendInfo()
321 pLlcpSocket->sLlcpHeader.dsap = pLlcpSocket->socket_dSap; in phFriNfc_Llcp_Send_ReceiveReady_Frame()
322 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_RR; in phFriNfc_Llcp_Send_ReceiveReady_Frame()
323 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap; in phFriNfc_Llcp_Send_ReceiveReady_Frame()
334 &pLlcpSocket->sLlcpHeader, in phFriNfc_Llcp_Send_ReceiveReady_Frame()
362 pLlcpSocket->sLlcpHeader.dsap = pLlcpSocket->socket_dSap; in phFriNfc_Llcp_Send_ReceiveNotReady_Frame()
363 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_RNR; in phFriNfc_Llcp_Send_ReceiveNotReady_Frame()
364 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap; in phFriNfc_Llcp_Send_ReceiveNotReady_Frame()
375 &pLlcpSocket->sLlcpHeader, in phFriNfc_Llcp_Send_ReceiveNotReady_Frame()
1763 pLlcpSocket->sLlcpHeader.dsap = pLlcpSocket->socket_dSap; in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
1764 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_CC; in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
1765 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap; in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
1775 &pLlcpSocket->sLlcpHeader, in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
1885 pLlcpSocket->sLlcpHeader.dsap = pLlcpSocket->socket_dSap; in phFriNfc_LlcpTransport_ConnectionOriented_Connect()
1886 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_CONNECT; in phFriNfc_LlcpTransport_ConnectionOriented_Connect()
1887 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap; in phFriNfc_LlcpTransport_ConnectionOriented_Connect()
1963 &pLlcpSocket->sLlcpHeader, in phFriNfc_LlcpTransport_ConnectionOriented_Connect()
2063 pLlcpSocket->sLlcpHeader.dsap = pLlcpSocket->socket_dSap; in phLibNfc_LlcpTransport_ConnectionOriented_Disconnect()
2064 pLlcpSocket->sLlcpHeader.ptype = PHFRINFC_LLCP_PTYPE_DISC; in phLibNfc_LlcpTransport_ConnectionOriented_Disconnect()
2065 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap; in phLibNfc_LlcpTransport_ConnectionOriented_Disconnect()
2068 &pLlcpSocket->sLlcpHeader, in phLibNfc_LlcpTransport_ConnectionOriented_Disconnect()