Lines Matching refs:CRC
73 Each frame structure is followed by a CRC over this structure. The CRC over
76 its own CRC (over all payload bytes). If the payload is not present (i.e.
77 the frame has ``LEN=0``), the CRC of the payload is still present and will
79 equals the number of bytes inbetween the CRC of the frame and the CRC of the
97 CRC) and, if specified in the frame (i.e. ``LEN > 0``), payload bytes,
98 followed finally, regardless if the payload is present, the payload CRC. The
140 |DATA_NSQ|-type frame, followed by its CRC, payload, and payload CRC. In
146 error, e.g. an invalid CRC, the receiving party responds with a message
164 tx: -- SYN FRAME(D) CRC(F) PAYLOAD CRC(P) -----------------------------
165 rx: ------------------------------------- SYN FRAME(A) CRC(F) CRC(P) --
169 ``CRC(F)`` the CRC over the previous frame, ``CRC(P)`` the CRC over the
174 tx: -- SYN FRAME(D) CRC(F) PAYLOAD CRC(P) -----------------------------
175 rx: ------------------------------------- SYN FRAME(N) CRC(F) CRC(P) --
183 tx: -- SYN FRAME(DATA_NSQ) CRC(F) PAYLOAD CRC(P) ----------------------