Searched refs:PPP_MRU (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | lcp.c | 110 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ 363 ppp_send_config(unit, PPP_MRU, 0xffffffffl, 0, 0); in lcp_lowerup() 364 ppp_recv_config(unit, PPP_MRU, 0x00000000l, in lcp_lowerup() 366 peer_mru[unit] = PPP_MRU; in lcp_lowerup() 523 peer_mru[f->unit] = PPP_MRU; in lcp_resetci() 1660 ppp_send_config(f->unit, LWIP_MIN(ao->mru, (ho->neg_mru? ho->mru: PPP_MRU)), in lcp_up() 1668 ppp_recv_config(f->unit, (go->neg_mru? LWIP_MAX(wo->mru, go->mru): PPP_MRU), in lcp_up() 1696 ppp_send_config(f->unit, PPP_MRU, 0xffffffffl, 0, 0); in lcp_down() 1697 ppp_recv_config(f->unit, PPP_MRU, in lcp_down() 1700 peer_mru[f->unit] = PPP_MRU; in lcp_down()
|
| D | ppp_impl.h | 307 extern u_char outpacket_buf[NUM_PPP][PPP_MRU+PPP_HDRLEN];
|
| D | ppp.c | 166 #define PPPOS_RX_BUFSIZE (PPP_MRU + PPP_HDRLEN) 285 u_char outpacket_buf[NUM_PPP][PPP_MRU+PPP_HDRLEN];
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 1766 #define PPP_MRU 1500 /* default MRU = max length of info field */ macro
|