Searched refs:PPP_MRU (Results 1 - 5 of 5) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp_opts.h | 510 * PPP_MRU: Default MRU 512 #ifndef PPP_MRU 513 #define PPP_MRU 1500 macro
|
/third_party/lwip/src/netif/ppp/ |
H A D | demand.c | 89 if (framemax < PPP_MRU) */ in demand_conf() 90 framemax = PPP_MRU; in demand_conf() 101 netif_set_mtu(pcb, LWIP_MIN(lcp_allowoptions[0].mru, PPP_MRU)); in demand_conf() 102 if (ppp_send_config(pcb, PPP_MRU, (u32_t) 0, 0, 0) < 0 in demand_conf() 103 || ppp_recv_config(pcb, PPP_MRU, (u32_t) 0, 0, 0) < 0) in demand_conf()
|
H A D | lcp.c | 465 if (ppp_send_config(pcb, PPP_MRU, 0xffffffff, 0, 0) < 0 in lcp_lowerup() 466 || ppp_recv_config(pcb, PPP_MRU, (pcb->settings.lax_recv? 0: 0xffffffff), in lcp_lowerup() 469 pcb->peer_mru = PPP_MRU; in lcp_lowerup() 760 pcb->peer_mru = PPP_MRU; in lcp_resetci() 2312 mtu = ho->neg_mru? ho->mru: PPP_MRU; in lcp_up() 2313 mru = go->neg_mru? LWIP_MAX(wo->mru, go->mru): PPP_MRU; in lcp_up() 2347 ppp_send_config(pcb, PPP_MRU, 0xffffffff, 0, 0); in lcp_down() 2348 ppp_recv_config(pcb, PPP_MRU, in lcp_down() 2351 pcb->peer_mru = PPP_MRU; in lcp_down()
|
H A D | multilink.c | 145 mtu = ho->neg_mru? ho->mru: PPP_MRU; in mp_join_bundle()
|
/third_party/FreeBSD/sys/net/ |
H A D | ppp_defs.h | 39 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
|
Completed in 8 milliseconds