Home
last modified time | relevance | path

Searched refs:PPPFCS32 (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h135 #define PPPFCS32(fcs, c) (((fcs) >> 8) ^ crc32_table[((fcs) ^ (c)) & 0xff]) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1122 fcs32 = PPPFCS32(fcs32, chr); in ahdlc_encode()
1570 fcs32 = PPPFCS32(fcs32, chr); in ahdlc_decode()