Home | History | Annotate | Download | only in src

Lines Matching refs:ReceiverBusyCondition

1067                      if(psLocalLlcpSocket->ReceiverBusyCondition != TRUE)
1070 psLocalLlcpSocket->ReceiverBusyCondition = TRUE;
1137 if(psLocalLlcpSocket->ReceiverBusyCondition != TRUE)
1140 psLocalLlcpSocket->ReceiverBusyCondition = TRUE;
2168 pLlcpSocket->ReceiverBusyCondition = FALSE;
2354 if(pLlcpSocket->ReceiverBusyCondition == TRUE)
2356 /* Reset the ReceiverBusyCondition Flag */
2357 pLlcpSocket->ReceiverBusyCondition = FALSE;
2432 if((dataLengthAvailable >= pLlcpSocket->sSocketOption.miu) && (pLlcpSocket->ReceiverBusyCondition == TRUE))
2434 /* Reset the ReceiverBusyCondition Flag */
2435 pLlcpSocket->ReceiverBusyCondition = FALSE;