Searched refs:PPP_MRU (Results 1 – 8 of 8) sorted by relevance
/external/ppp/pppd/ |
D | demand.c | 86 framemax = PPP_MRU; in demand_conf() 97 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU)); in demand_conf() 98 if (ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0 in demand_conf() 99 || ppp_recv_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0) in demand_conf()
|
D | lcp.c | 200 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;
|
D | tty.c | 1078 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);
|
D | main.c | 190 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 */
|
D | sys-linux.c | 1088 len = PPP_MRU + PPP_HDRLEN; in read_packet()
|
D | sys-solaris.c | 1454 data.maxlen = PPP_MRU + PPP_HDRLEN;
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 58 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
|
/external/kernel-headers/original/linux/ |
D | ppp_defs.h | 50 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
|