Home
last modified time | relevance | path

Searched refs:PPP_FCS32LEN (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h45 #define PPP_FCS32LEN 4 /* octets for FCS-32 */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1153 outmp_len = (outmp_len + PPP_FCS32LEN) * 2 + 1; in ahdlc_encode()
1171 outmp_len = PPP_FCS32LEN * 2 + 1; in ahdlc_encode()
1291 PPP_FCSLEN : PPP_FCS32LEN; in receive_frame()
1294 PPP_FCS32LEN : PPP_FCSLEN; in receive_frame()
1516 maxlen += PPP_FCS32LEN + 32; in ahdlc_decode()