Searched refs:is_lcp (Results 1 – 1 of 1) sorted by relevance
1008 int is_lcp, is_ctrl; in ahdlc_encode() local1059 is_lcp = is_ctrl = 0; in ahdlc_encode()1067 is_lcp = 2; in ahdlc_encode()1069 is_lcp = 1; /* Echo-Request */ in ahdlc_encode()1080 if (is_lcp > 1) { in ahdlc_encode()1186 if ((flags & SAF_XMITCRCNONE) && !is_lcp && !is_ctrl) in ahdlc_encode()1262 int is_lcp, is_ctrl, crclen; in receive_frame() local1272 is_lcp = (proto == PPP_LCP); in receive_frame()1282 if ((is_lcp && (fcs16 == PPPGOODFCS16 || fcs32 == PPPGOODFCS32)) || in receive_frame()1286 (!is_ctrl && !is_lcp && (state->sa_flags & SAF_RECVCRCNONE))) { in receive_frame()[all …]