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 */ 441 if (ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0) < 0 442 || ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0xffffffff), 445 peer_mru[unit] = PPP_MRU; 662 peer_mru[f->unit] = PPP_MRU; 1917 mtu = ho->neg_mru? ho->mru: PPP_MRU; 1918 mru = go->neg_mru? MAX(wo->mru, go->mru): PPP_MRU; 1954 ppp_send_config(f->unit, PPP_MRU, 0xffffffff, 0, 0); 1955 ppp_recv_config(f->unit, PPP_MRU, 1958 peer_mru[f->unit] = PPP_MRU;
|
D | tty.c | 1081 max_level = PPP_MRU + PPP_HDRLEN + 1; 1135 nibuf = read(ifd, ibufp, PPP_MRU + PPP_HDRLEN); 1159 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
|
D | main.c | 189 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */ 190 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
|
D | sys-linux.c | 1122 len = PPP_MRU + PPP_HDRLEN; in read_packet()
|
D | sys-solaris.c | 1457 data.maxlen = PPP_MRU + PPP_HDRLEN;
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp_defs.h | 21 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 66 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
|