Searched refs:ppp_send_config (Results 1 – 3 of 3) sorted by relevance
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_impl.h | 333 void ppp_send_config (int, u16_t, u32_t, int, int);
|
A D | lcp.c | 363 ppp_send_config(unit, PPP_MRU, 0xffffffffl, 0, 0); in lcp_lowerup() 1660 ppp_send_config(f->unit, LWIP_MIN(ao->mru, (ho->neg_mru? ho->mru: PPP_MRU)), in lcp_up() 1696 ppp_send_config(f->unit, PPP_MRU, 0xffffffffl, 0, 0); in lcp_down()
|
A D | ppp.c | 1151 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp) in ppp_send_config() function
|
Completed in 9 milliseconds