Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c992 uint32_t fcs32; in ahdlc_encode() local
1090 fcs32 = PPPINITFCS32; in ahdlc_encode()
1122 fcs32 = PPPFCS32(fcs32, chr); in ahdlc_encode()
1190 fcs32 = fcs16; in ahdlc_encode()
1196 fcs32 = ~fcs32; in ahdlc_encode()
1197 chr = fcs32 & 0xff; in ahdlc_encode()
1204 chr = (fcs32 >> 8) & 0xff; in ahdlc_encode()
1405 fcs32 = state->sa_infcs32; in ahdlc_decode()
1486 fcs32); in ahdlc_decode()
1536 fcs32 = PPPINITFCS32; in ahdlc_decode()
[all …]