Searched refs:ppp_send_config (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 95 ppp_send_config(0, mtu, (u_int32_t) 0, 0, 0); in demand_conf()
|
H A D | pppd.h | 551 extern void ppp_send_config __P((int, int, u_int32_t, int, int));
|
H A D | lcp.c | 631 ppp_send_config(unit, mtu, 0xffffffff, 0, 0); 2413 ppp_send_config(f->unit, mtu, 2461 ppp_send_config(f->unit, mtu, 0xffffffff, 0, 0);
|
H A D | sys-solaris.c | 1944 ppp_send_config(unit, mtu, asyncmap, pcomp, accomp) in ppp_send_config() function
|