Searched refs:PPP_MRU (Results 1 - 8 of 8) sorted by relevance

/external/ppp/pppd/
H A Ddemand.c85 if (framemax < PPP_MRU) */
86 framemax = PPP_MRU;
97 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU));
98 if (ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0
99 || ppp_recv_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0)
H A Dlcp.c200 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
433 if (ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0) < 0
434 || ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0xffffffff),
437 peer_mru[unit] = PPP_MRU;
639 peer_mru[f->unit] = PPP_MRU;
1894 mtu = ho->neg_mru? ho->mru: PPP_MRU;
1895 mru = go->neg_mru? MAX(wo->mru, go->mru): PPP_MRU;
1931 ppp_send_config(f->unit, PPP_MRU, 0xffffffff, 0, 0);
1932 ppp_recv_config(f->unit, PPP_MRU,
1935 peer_mru[f->unit] = PPP_MRU;
[all...]
H A Dtty.c1078 max_level = PPP_MRU + PPP_HDRLEN + 1;
1132 nibuf = read(ifd, ibufp, PPP_MRU + PPP_HDRLEN);
1156 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
H A Dmain.c190 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */
191 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
H A Dsys-linux.c1088 len = PPP_MRU + PPP_HDRLEN;
H A Dsys-solaris.c1454 data.maxlen = PPP_MRU + PPP_HDRLEN;
/external/ppp/pppd/include/net/
H A Dppp_defs.h58 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
/external/kernel-headers/original/linux/
H A Dppp_defs.h50 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro

Completed in 65 milliseconds