Searched refs:crc (Results 1 – 3 of 3) sorted by relevance
7977 UCHAR crc[2]; in _nx_ppp_packet_transmit() local8106 _nx_ppp_crc_append(packet_ptr, crc); in _nx_ppp_packet_transmit()8113 byte = crc[i]; in _nx_ppp_packet_transmit()8327 UINT _nx_ppp_crc_append(NX_PACKET *packet_ptr, UCHAR crc[2]) in _nx_ppp_crc_append()8401 crc[0] = (UCHAR) (crc_value & 0xff); in _nx_ppp_crc_append()8404 crc[1] = (UCHAR) ((crc_value >> 8) & 0xff); in _nx_ppp_crc_append()
827 UINT _nx_ppp_crc_append(NX_PACKET *packet_ptr, UCHAR crc[2]);
5511 … packets with junk data from the datagram (e.g. ppp crc computation and the 0x7e marker).