Home | History | Annotate | Download | only in src

Lines Matching full:ssap

162       /* Fill the psLlcpHeader stuture with the DSAP,CC PTYPE and the SSAP */
165 pSocket->sLlcpHeader.ssap = pSocket->socket_sSap;
239 psLlcpSocket->sLlcpHeader.ssap = psLlcpSocket->socket_sSap;
325 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
368 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
469 uint8_t ssap)
496 ssap,
524 /* Get the new ssap number, it is the ssap number of the socket found */
578 /* Set SSAP/DSAP of the new socket created for the communication with the remote */
579 pLlcpSocket->socket_dSap = ssap;
589 && ((psTransport->pSocketTable[index].socket_sSap == ssap)&&(psTransport->pSocketTable[index].socket_dSap == dsap)))
600 /* Set SSAP/DSAP of the new socket created for the communication with the remote */
625 ssap,
635 ssap,
645 uint8_t ssap)
666 ssap,
679 /* Search a socket in connecting state and with the good SSAP */
682 /* Test if the socket is in Connecting state and if its SSAP number is the good one */
689 /* Update the DSAP value with the incomming Socket sSap */
690 psTransport->pSocketTable[index].socket_dSap = ssap;
729 uint8_t ssap)
736 /* Search a socket in connected state and the good SSAP */
739 /* Test if the socket is in Connected state and if its SSAP number is the good one */
792 ssap,
810 uint8_t ssap)
825 ssap,
841 /* Test if the socket is in Disconnecting or connecting state and if its SSAP number is the good one */
901 uint8_t ssap)
933 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
937 && psTransport->pSocketTable[index].socket_dSap == ssap)
1005 ssap,
1160 uint8_t ssap)
1181 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
1184 && psTransport->pSocketTable[index].socket_dSap == ssap)
1230 dsap, PHFRINFC_LLCP_PTYPE_RR, ssap,
1275 uint8_t ssap)
1296 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
1299 && psTransport->pSocketTable[index].socket_dSap == ssap)
1345 dsap, PHFRINFC_LLCP_PTYPE_RNR, ssap,
1382 uint8_t ssap)
1391 /* Test if the socket is in connected state and if its SSAP and DSAP are valid */
1393 && psTransport->pSocketTable[index].socket_dSap == ssap)
1425 uint8_t ssap)
1436 ssap);
1443 ssap);
1451 ssap);
1459 ssap);
1466 ssap);
1474 ssap);
1482 ssap);
1490 ssap);
1498 dsap, ptype, ssap,
1755 /* Fill the psLlcpHeader stuture with the DSAP,CC PTYPE and the SSAP */
1758 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
1883 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
2052 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;