Searched refs:crclen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1263 int is_lcp, is_ctrl, crclen; local
1291 crclen = (fcs16 == PPPGOODFCS16) ?
1294 crclen = (state->sa_flags & SAF_RECVCRC32) ?
1297 crclen = 0;
1299 if (crclen != 0) {
1300 i = adjmsg(outmp, -crclen);

Completed in 45 milliseconds