HomeSort by: relevance | last modified time | path
    Searched refs:PPP_MRU (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net/
ppp_defs.h 54 #define PPP_MRU 1500 /* default MRU = max length of info field */
if_ppp.c 394 sc->sc_mru = PPP_MRU;
  /src/external/bsd/ppp/dist/pppd/
demand.c 91 if (framemax < PPP_MRU) */
92 framemax = PPP_MRU;
103 ppp_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU));
104 if (ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0
105 || ppp_recv_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0)
lcp.c 226 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
456 if (ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0) < 0
457 || ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0xffffffff),
460 peer_mru[unit] = PPP_MRU;
660 peer_mru[f->unit] = PPP_MRU;
1896 mtu = ho->neg_mru? ho->mru: PPP_MRU;
1897 mru = go->neg_mru? MAX(wo->mru, go->mru): PPP_MRU;
1932 ppp_send_config(f->unit, PPP_MRU, 0xffffffff, 0, 0);
1933 ppp_recv_config(f->unit, PPP_MRU,
1936 peer_mru[f->unit] = PPP_MRU;
    [all...]
tty.c 1122 max_level = PPP_MRU + PPP_HDRLEN + 1;
1176 nibuf = read(ifd, ibufp, PPP_MRU + PPP_HDRLEN);
1200 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
eap-tls.c 634 mtu = ho->neg_mru? ho->mru: PPP_MRU;
635 mru = go->neg_mru? MAX(wo->mru, go->mru): PPP_MRU;
multilink.c 151 mtu = ho->neg_mru? ho->mru: PPP_MRU;
main.c 191 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */
192 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */

Completed in 56 milliseconds