Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c993 uint32_t fcs32; in ahdlc_encode() local
1091 fcs32 = PPPINITFCS32; in ahdlc_encode()
1123 fcs32 = PPPFCS32(fcs32, chr); in ahdlc_encode()
1191 fcs32 = fcs16; in ahdlc_encode()
1197 fcs32 = ~fcs32; in ahdlc_encode()
1198 chr = fcs32 & 0xff; in ahdlc_encode()
1205 chr = (fcs32 >> 8) & 0xff; in ahdlc_encode()
1213 chr = (fcs32 >> 16) & 0xff; in ahdlc_encode()
1220 chr = (fcs32 >> 24) & 0xff; in ahdlc_encode()
1259 receive_frame(queue_t *q, mblk_t *outmp, ushort_t fcs16, uint32_t fcs32) in receive_frame() argument
[all …]