Home
last modified time | relevance | path

Searched refs:pptpd (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp.h214 #define pptpd_is_stopped(pptpd) \ argument
218 #define pptpd_is_shutting_down(pptpd) \ argument
251 } pptpd; typedef
267 pptpd *pptpd; /* parents */ member
328 int pptpd_init (pptpd *);
329 void pptpd_uninit (pptpd *);
330 int pptpd_assign_call (pptpd *, pptp_call *);
331 void pptpd_release_call (pptpd *, pptp_call *);
332 int pptpd_start (pptpd *);
333 void pptpd_stop (pptpd *);
[all …]
H A Dpptpd.c98 pptpd_init(pptpd *_this) in pptpd_init()
220 pptpd_uninit(pptpd *_this) in pptpd_uninit()
418 pptpd_start(pptpd *_this) in pptpd_start()
448 pptpd_close_gre(pptpd *_this) in pptpd_close_gre()
473 pptpd_close_1723(pptpd *_this) in pptpd_close_1723()
512 pptpd *_this; in pptpd_stop_timeout()
519 pptpd_stop(pptpd *_this) in pptpd_stop()
609 pptpd *_this; in pptpd_io_event()
654 pptpd *_this; in pptpd_gre_io_event()
694 pptpd *_this; in pptpd_gre_input()
[all …]
H A Dpptp_call.c145 pptpd_release_call(_this->ctrl->pptpd, _this); in pptp_call_stop()
198 if (pptpd_assign_call(_this->ctrl->pptpd, _this) != 0) { in pptp_call_input()
789 _this->ctrl->pptpd->id, _this->ctrl->id, _this->id, fmt); in pptp_call_log()
H A Dpptp_ctrl.c367 pptpd_ctrl_finished_notify(_this->pptpd, _this); in pptp_ctrl_fini()
1153 _this->pptpd->id, _this->id, fmt); in pptp_ctrl_log()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_local.h149 pptpd pptpd; member
H A DMakefile18 SRCS+= pptp_call.c pptp_ctrl.c pptp_subr.c pptpd.c
H A Dnpppd_config.c129 rval |= pptpd_reload(&_this->pptpd, &_this->conf.pptp_confs); in npppd_modules_reload()
H A Dnpppd.c284 if (pptpd_init(&_this->pptpd) != 0) in npppd_init()
428 pptpd_stop(&_this->pptpd); in npppd_stop()
463 if (!pptpd_is_stopped(&_this->pptpd)) in npppd_stop_really()
488 pptpd_uninit(&_this->pptpd); in npppd_fini()