Searched refs:ppp_recv_config (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | demand.c | 103 || ppp_recv_config(pcb, PPP_MRU, (u32_t) 0, 0, 0) < 0) in demand_conf()
|
D | lcp.c | 466 || ppp_recv_config(pcb, PPP_MRU, (pcb->settings.lax_recv? 0: 0xffffffff), in lcp_lowerup() 2321 ppp_recv_config(pcb, mru, in lcp_up() 2348 ppp_recv_config(pcb, PPP_MRU, in lcp_down()
|
D | ppp.c | 1044 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp) { in ppp_recv_config() function
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 427 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp);
|