Searched refs:ppp_stop (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/usr.sbin/npppd/npppd/ |
| D | ppp.c | 300 ppp_stop(npppd_ppp *_this, const char *reason) in ppp_stop() function 471 ppp_stop(_this, "Encryption required"); in ppp_lcp_up() 569 ppp_stop(_this, NULL); in ppp_auth_ok() 582 ppp_stop(_this, NULL); in ppp_auth_ok() 589 ppp_stop(_this, NULL); in ppp_auth_ok() 600 ppp_stop(_this, NULL); in ppp_auth_ok() 632 ppp_stop(_this, NULL); in ppp_idle_timeout() 708 ppp_stop(_this, "MPPE is required"); in ppp_ccp_opened() 721 ppp_stop(_this, NULL); in ppp_ccp_stopped()
|
| D | ipcp.c | 135 ppp_stop(f->ppp, NULL); in ipcp_resetci() 399 ppp_stop(f->ppp, NULL); in ipcp_open() 425 ppp_stop(f->ppp, NULL); in ipcp_stop()
|
| D | chap.c | 185 ppp_stop(_this->ppp, "Authentication Required"); in chap_start() 200 ppp_stop(_this->ppp, "Authentication Required"); in chap_start() 235 ppp_stop(_this->ppp, "Authentication Required"); in chap_start() 449 ppp_stop(_this->ppp, "Authentication Required"); in chap_response()
|
| D | lcp.c | 220 ppp_stop(f->ppp, "Authentication is required"); in lcp_open() 752 ppp_stop(f->ppp, "Authentication is required"); in lcp_nakci() 859 ppp_stop(f->ppp, "Authentication is required"); in lcp_rejci() 912 ppp_stop(f->ppp, "Authentication Required"); in lcp_rcoderej() 964 ppp_stop(_this->fsm.ppp, NULL); in lcp_timeout()
|
| D | npppd_radius.c | 796 ppp_stop(ppp, reason); in npppd_radius_dae_on_event() 810 ppp_stop(ppp, reason); in npppd_radius_dae_on_event() 817 ppp_stop(ppp, reason); in npppd_radius_dae_on_event()
|
| D | npppd_ctl.c | 186 ppp_stop(ppp, NULL); in npppd_ctl_disconnect()
|
| D | pap.c | 315 ppp_stop(_this->ppp, "Authentication Required"); in pap_response()
|
| D | ppp.h | 765 void ppp_stop (npppd_ppp *, const char *);
|
| D | npppd_iface.c | 216 ppp_stop(ppp, "Administrative reason"); in npppd_iface_setup_ip()
|
| D | npppd.c | 1324 ppp_stop(ppp, NULL); in pipex_periodic() 1802 ppp_stop(ppp, NULL); in npppd_set_radish() 2300 ppp_stop(ppp, NULL); in npppd_auth_finalizer_periodic()
|