Home
last modified time | relevance | path

Searched refs:ppp_send_config (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/netif/ppp/
Ddemand.c102 if (ppp_send_config(pcb, PPP_MRU, (u32_t) 0, 0, 0) < 0 in demand_conf()
Dlcp.c465 if (ppp_send_config(pcb, PPP_MRU, 0xffffffff, 0, 0) < 0 in lcp_lowerup()
2318 ppp_send_config(pcb, mtu, in lcp_up()
2347 ppp_send_config(pcb, PPP_MRU, 0xffffffff, 0, 0); in lcp_down()
Dppp.c1028 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) { in ppp_send_config() function
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h426 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp);