Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c991 ushort_t fcs16; in ahdlc_encode() local
1089 fcs16 = PPPINITFCS16; /* Initial FCS is 0xffff */ in ahdlc_encode()
1132 fcs16 = PPPFCS16(fcs16, chr); in ahdlc_encode()
1190 fcs32 = fcs16; in ahdlc_encode()
1290 crclen = (fcs16 == PPPGOODFCS16) ? in receive_frame()
1388 ushort_t fcs16; /* running CRC-16 */ in ahdlc_decode() local
1404 fcs16 = state->sa_infcs16; in ahdlc_decode()
1485 outmp = receive_frame(q, outmp, fcs16, in ahdlc_decode()
1535 fcs16 = PPPINITFCS16; in ahdlc_decode()
1569 fcs16 = PPPFCS16(fcs16, chr); in ahdlc_decode()
[all …]