Searched defs:fcs (Results 1 – 10 of 10) sorted by relevance
613 uint8_t fcs, b; in rfcomm_session_input() local1469 uint8_t fcs, cr; in rfcomm_session_send_frame() local1532 uint8_t fcs, *hdr; in rfcomm_session_send_uih() local
165 uint8_t fcs; member
87 static __inline u_int16_t updateFCS(u_int16_t fcs, int c) { in updateFCS()
53 unsigned int fcs; in set_fast_math_sse() member
525 pppfcs(uint16_t fcs, const uint8_t *cp, int len) in pppfcs()
108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
528 struct slsa_fcs fcs; in uslsa_set_flow() local
83 long fcs; member
165 uint32_t fcs:1; /* Frame CRC correct */ member