Searched refs:ppp_send_config (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | demand.c | 98 if (ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0 in demand_conf()
|
D | lcp.c | 433 if (ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0) < 0 1900 ppp_send_config(f->unit, mtu, 1931 ppp_send_config(f->unit, PPP_MRU, 0xffffffff, 0, 0);
|
D | pppd.h | 493 int ppp_send_config __P((int, int, u_int32_t, int, int));
|
D | main.c | 1075 ppp_send_config(unit, mtu, accm, pcomp, accomp) in ppp_send_config() function
|