Home
last modified time | relevance | path

Searched refs:is_lcp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1008 int is_lcp, is_ctrl; in ahdlc_encode() local
1059 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() local
1272 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 …]