Searched refs:PPP_FCS32LEN (Results 1 – 2 of 2) sorted by relevance
47 #define PPP_FCS32LEN 4 /* octets for FCS-32 */ macro
1154 outmp_len = (outmp_len + PPP_FCS32LEN) * 2 + 1; in ahdlc_encode()1172 outmp_len = PPP_FCS32LEN * 2 + 1; in ahdlc_encode()1292 PPP_FCSLEN : PPP_FCS32LEN; in receive_frame()1295 PPP_FCS32LEN : PPP_FCSLEN; in receive_frame()1517 maxlen += PPP_FCS32LEN + 32; in ahdlc_decode()