Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c89 ppp_send_config(0, mtu, (u_int32_t) 0, 0, 0); in demand_conf()
H A Dpppd.h558 extern void ppp_send_config __P((int, int, u_int32_t, int, int));
H A Dlcp.c623 ppp_send_config(unit, mtu, 0xffffffff, 0, 0);
2405 ppp_send_config(f->unit, mtu,
2453 ppp_send_config(f->unit, mtu, 0xffffffff, 0, 0);
H A Dsys-solaris.c1885 ppp_send_config(unit, mtu, asyncmap, pcomp, accomp) in ppp_send_config() function