Searched refs:pptpd (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/usr.sbin/npppd/pptp/ |
| H A D | pptp.h | 214 #define pptpd_is_stopped(pptpd) \ argument 215 (((pptpd)->state != PPTPD_STATE_SHUTTING_DOWN && \ 216 (pptpd)->state != PPTPD_STATE_RUNNING)? 1 : 0) 218 #define pptpd_is_shutting_down(pptpd) \ argument 219 (((pptpd)->state == PPTPD_STATE_SHUTTING_DOWN)? 1 : 0) 251 } pptpd; typedef 254 ((pptpd_listener *)slist_get(&(ctrl)->pptpd->listener,\ 259 ((pptpd_listener *)slist_get(&(ctrl)->pptpd->listener,\ 263 ((pptpd_listener *)slist_get(&(ctrl)->pptpd->listener, \ 267 pptpd *pptpd; /* parents */ member [all …]
|
| H A D | pptpd.c | 83 static void pptpd_log (pptpd *, int, const char *, ...) __printflike(3,4); 84 static void pptpd_close_gre (pptpd *); 85 static void pptpd_close_1723 (pptpd *); 89 static void pptp_ctrl_start_by_pptpd (pptpd *, int, int, struct sockaddr *); 98 pptpd_init(pptpd *_this) in pptpd_init() 114 memset(_this, 0, sizeof(pptpd)); in pptpd_init() 143 pptpd_add_listener(pptpd *_this, int idx, struct pptp_conf *conf, in pptpd_add_listener() 220 pptpd_uninit(pptpd *_this) in pptpd_uninit() 246 pptpd_assign_call(pptpd *_this, pptp_call *call) in pptpd_assign_call() 280 pptpd_release_call(pptpd *_this, pptp_call *call) in pptpd_release_call() [all …]
|
| H A D | pptp_call.c | 145 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 D | pptp_ctrl.c | 367 pptpd_ctrl_finished_notify(_this->pptpd, _this); in pptp_ctrl_fini() 1153 _this->pptpd->id, _this->id, fmt); in pptp_ctrl_log()
|
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | npppd_local.h | 153 pptpd pptpd; member
|
| H A D | Makefile | 18 SRCS+= pptp_call.c pptp_ctrl.c pptp_subr.c pptpd.c
|
| H A D | npppd_config.c | 129 rval |= pptpd_reload(&_this->pptpd, &_this->conf.pptp_confs); in npppd_modules_reload()
|
| H A D | npppd.c | 284 if (pptpd_init(&_this->pptpd) != 0) in npppd_init() 428 pptpd_stop(&_this->pptpd); in npppd_stop() 467 if (!pptpd_is_stopped(&_this->pptpd)) in npppd_stop_really() 492 pptpd_uninit(&_this->pptpd); in npppd_fini()
|