Searched refs:fcs16 (Results 1 – 1 of 1) sorted by relevance
992 ushort_t fcs16; in ahdlc_encode() local1090 fcs16 = PPPINITFCS16; /* Initial FCS is 0xffff */ in ahdlc_encode()1133 fcs16 = PPPFCS16(fcs16, chr); in ahdlc_encode()1191 fcs32 = fcs16; in ahdlc_encode()1259 receive_frame(queue_t *q, mblk_t *outmp, ushort_t fcs16, uint32_t fcs32) in receive_frame() argument1283 if ((is_lcp && (fcs16 == PPPGOODFCS16 || fcs32 == PPPGOODFCS32)) || in receive_frame()1284 ((fcs16 == PPPGOODFCS16 && !(state->sa_flags & SAF_RECVCRC32)) || in receive_frame()1291 crclen = (fcs16 == PPPGOODFCS16) ? in receive_frame()1389 ushort_t fcs16; /* running CRC-16 */ in ahdlc_decode() local1405 fcs16 = state->sa_infcs16; in ahdlc_decode()[all …]