Searched refs:PPP_MRU (Results 1 – 9 of 9) sorted by relevance
81 if (framemax < PPP_MRU) in demand_conf()82 framemax = PPP_MRU; in demand_conf()
515 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 …]
169 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 */
441 if (inp >= outpacket_buf && inp < outpacket_buf+PPP_MRU+PPP_HDRLEN)
1763 data.maxlen = PPP_MRU + PPP_HDRLEN;
57 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
415 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()
1227 if (mru < PPP_MRU) { in sppp_inner_ioctl()1228 mru = PPP_MRU; in sppp_inner_ioctl()
247 cp->cp_mru = PPP_MRU; in spppcomp_open()