Lines Matching refs:curChar
1784 u_char curChar;
1790 curChar = *s++;
1793 escaped = ESCAPE_P(pcrx->inACCM, curChar);
1802 if (curChar == PPP_ESCAPE) {
1805 } else if (curChar == PPP_FLAG) {
1869 ("pppInProc[%d]: Dropping ACCM char <%d>\n", pcrx->pd, curChar));
1876 curChar ^= PPP_TRANS;
1884 if (curChar != PPP_ALLSTATIONS) {
1895 if (curChar == PPP_ALLSTATIONS) {
1903 if (curChar == PPP_UI) {
1910 ("pppInProc[%d]: Invalid control <%d>\n", pcrx->pd, curChar));
1917 if (curChar & 1) {
1918 pcrx->inProtocol = curChar;
1921 pcrx->inProtocol = (u_int)curChar << 8;
1926 pcrx->inProtocol |= curChar;
1965 ((u_char*)pcrx->inTail->payload)[pcrx->inTail->len++] = curChar;
1970 pcrx->inFCS = PPP_FCS(pcrx->inFCS, curChar);