Searched refs:PPP_MRU (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/pppd/ |
H A D | demand.c | 90 framemax = PPP_MRU; in demand_conf() 101 ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0); in demand_conf() 102 ppp_recv_config(0, PPP_MRU, (u_int32_t) 0, 0, 0); in demand_conf()
|
H A D | lcp.c | 77 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ 283 ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0); in lcp_lowerup() 284 ppp_recv_config(unit, PPP_MRU, 0xffffffff, in lcp_lowerup() 286 peer_mru[unit] = PPP_MRU; in lcp_lowerup() 443 peer_mru[f->unit] = PPP_MRU; in lcp_resetci() 1460 ppp_send_config(f->unit, MIN(ao->mru, (ho->neg_mru? ho->mru: PPP_MRU)), in lcp_up() 1463 ppp_recv_config(f->unit, (go->neg_mru? MAX(wo->mru, go->mru): PPP_MRU), in lcp_up() 1490 ppp_send_config(f->unit, PPP_MRU, 0xffffffff, 0, 0); in lcp_down() 1491 ppp_recv_config(f->unit, PPP_MRU, in lcp_down() 1494 peer_mru[f->unit] = PPP_MRU; in lcp_down()
|
H A D | main.c | 116 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */ 117 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
|
/openbsd/sys/net/ |
H A D | ppp_defs.h | 47 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
|
H A D | if_ppp.c | 281 sc->sc_mru = PPP_MRU; in pppalloc() 399 if (mru >= PPP_MRU && mru <= PPP_MAXMRU) in pppioctl()
|