Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1009 int is_lcp, is_ctrl; in ahdlc_encode() local
1060 is_lcp = is_ctrl = 0; in ahdlc_encode()
1068 is_lcp = 2; in ahdlc_encode()
1070 is_lcp = 1; /* Echo-Request */ in ahdlc_encode()
1081 if (is_lcp > 1) { in ahdlc_encode()
1187 if ((flags & SAF_XMITCRCNONE) && !is_lcp && !is_ctrl) in ahdlc_encode()
1263 int is_lcp, is_ctrl, crclen; in receive_frame() local
1273 is_lcp = (proto == PPP_LCP); in receive_frame()
1283 if ((is_lcp && (fcs16 == PPPGOODFCS16 || fcs32 == PPPGOODFCS32)) || in receive_frame()
1287 (!is_ctrl && !is_lcp && (state->sa_flags & SAF_RECVCRCNONE))) { in receive_frame()
[all …]