Home | History | Annotate | Download | only in src

Lines Matching refs:ssap

38                                                          uint8_t                     ssap,
189 psLocalLlcpSocket->sLlcpHeader.ssap = psLocalLlcpSocket->socket_sSap;
241 /* Fill the psLlcpHeader stuture with the DSAP,CC PTYPE and the SSAP */
244 psLocalLlcpSocket->sLlcpHeader.ssap = psLocalLlcpSocket->socket_sSap;
373 uint8_t ssap,
386 psTransport->DmInfoBuffer[1] = ssap;
396 psTransport->sDmHeader.ssap = ssap;
433 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
476 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
505 uint8_t ssap,
526 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
528 && psTransport->pSocketTable[index].socket_dSap == ssap)
551 psTransport->sLlcpHeader.ssap = ssap;
674 uint8_t ssap)
699 ssap,
729 /* Get the new ssap number, it is the ssap number of the socket found */
783 /* Set SSAP/DSAP of the new socket created for the communication with the remote */
784 pLlcpSocket->socket_dSap = ssap;
794 && ((psTransport->pSocketTable[index].socket_sSap == ssap)&&(psTransport->pSocketTable[index].socket_dSap == dsap)))
805 /* Set SSAP/DSAP of the new socket created for the communication with the remote */
830 ssap,
840 ssap,
850 uint8_t ssap)
869 ssap,
884 /* Search a socket in connecting state and with the good SSAP */
887 /* Test if the socket is in Connecting state and if its SSAP number is the good one */
894 /* Update the DSAP value with the incomming Socket sSap */
895 psTransport->pSocketTable[index].socket_dSap = ssap;
934 uint8_t ssap)
941 /* Search a socket in connected state and the good SSAP */
944 /* Test if the socket is in Connected state and if its SSAP number is the good one */
1001 psTransport->DmInfoBuffer[0] = ssap;
1015 ssap,
1034 uint8_t ssap)
1047 ssap,
1065 /* Test if the socket is in Disconnecting or connecting state and if its SSAP number is the good one */
1125 uint8_t ssap)
1157 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
1161 && psTransport->pSocketTable[index].socket_dSap == ssap)
1227 ssap,
1284 psLocalLlcpSocket->sLlcpHeader.ssap = psLocalLlcpSocket->socket_sSap;
1390 psLocalLlcpSocket->sLlcpHeader.ssap = psLocalLlcpSocket->socket_sSap;
1441 uint8_t ssap)
1462 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
1465 && psTransport->pSocketTable[index].socket_dSap == ssap)
1511 ssap, PHFRINFC_LLCP_PTYPE_RR, dsap,
1552 psLocalLlcpSocket->sLlcpHeader.ssap = psLocalLlcpSocket->socket_sSap;
1583 uint8_t ssap)
1604 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
1607 && psTransport->pSocketTable[index].socket_dSap == ssap)
1653 ssap, PHFRINFC_LLCP_PTYPE_RNR, dsap,
1685 psLocalLlcpSocket->sLlcpHeader.ssap = psLocalLlcpSocket->socket_sSap;
1717 uint8_t ssap)
1726 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
1728 && psTransport->pSocketTable[index].socket_dSap == ssap)
1760 uint8_t ssap)
1771 ssap);
1778 ssap);
1786 ssap);
1794 ssap);
1801 ssap);
1809 ssap);
1817 ssap);
1825 ssap);
1834 dsap, ptype, ssap,
2127 /* Fill the psLlcpHeader stuture with the DSAP,CC PTYPE and the SSAP */
2130 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
2258 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
2430 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
2638 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;