Home
last modified time | relevance | path

Searched refs:PPP_MRU (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c81 if (framemax < PPP_MRU) in demand_conf()
82 framemax = PPP_MRU; in demand_conf()
H A Dlcp.c515 wo->mru = PPP_MRU;
622 mru = PPP_MRU > absmax_mru ? absmax_mru : PPP_MRU;
889 return (LENCISHORT(go->neg_mru && go->mru != PPP_MRU) +
969 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_MRU, go->mru);
1147 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_MRU, go->mru);
1290 if (go->neg_mru && go->mru != PPP_MRU) {
1293 (cishort <= PPP_MRU && cishort <= absmax_mru))
1501 if ((go->neg_mru && go->mru != PPP_MRU)
1505 if (cishort < PPP_MRU && cishort < absmax_mru) {
2410 mtu = (ho->neg_mru ? ho->mru: PPP_MRU);
[all …]
H A Dmain.c169 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */
170 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
171 u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
H A Dfsm.c441 if (inp >= outpacket_buf && inp < outpacket_buf+PPP_MRU+PPP_HDRLEN)
H A Dsys-solaris.c1763 data.maxlen = PPP_MRU + PPP_HDRLEN;
/titanic_50/usr/src/uts/common/net/
H A Dppp_defs.h57 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
/titanic_50/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c415 state->sa_mru = PPP_MRU; /* default of 1500 bytes */ in spppasyn_open()
1515 if ((maxlen = state->sa_mru) < PPP_MRU) in ahdlc_decode()
1516 maxlen = PPP_MRU; in ahdlc_decode()
/titanic_50/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c1227 if (mru < PPP_MRU) { in sppp_inner_ioctl()
1228 mru = PPP_MRU; in sppp_inner_ioctl()
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c247 cp->cp_mru = PPP_MRU; in spppcomp_open()