Home
last modified time | relevance | path

Searched refs:PPP_FCSLEN (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/net/
H A Dppp_defs.h46 #define PPP_FCSLEN 2 /* octets for FCS */ macro
55 #define PPP_MAXMTU 65535 - (PPP_HDRLEN + PPP_FCSLEN)
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c83 framemax += PPP_HDRLEN + PPP_FCSLEN; in demand_conf()
H A Dlcp.c116 #define PPP_MAXMTU 65535 - (PPP_HDRLEN + PPP_FCSLEN)
/titanic_44/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1292 PPP_FCSLEN : PPP_FCS32LEN; in receive_frame()
1295 PPP_FCS32LEN : PPP_FCSLEN; in receive_frame()
1471 tp - outmp->b_rptr < 2 + PPP_FCSLEN) { in ahdlc_decode()