Searched refs:pptp_call (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.sbin/npppd/pptp/ |
H A D | pptp_call.c | 104 pptp_call * 107 pptp_call *_this; in pptp_call_create() 118 memset(_this, 0, sizeof(pptp_call)); in pptp_call_init() 130 pptp_call_start(pptp_call *_this) in pptp_call_start() 139 pptp_call_stop(pptp_call *_this) in pptp_call_stop() 151 pptp_call_destroy(pptp_call *_this) in pptp_call_destroy() 284 pptp_call_send_SLI(pptp_call *_this) 652 pptp_call_notify_down(pptp_call *_this) in pptp_call_notify_down() 689 pptp_call *_this; in pptp_call_ppp_output() 711 pptp_call *_this; in pptp_call_closed_by_ppp() [all …]
|
H A D | pptp.h | 318 } pptp_call; typedef 330 int pptpd_assign_call (pptpd *, pptp_call *); 331 void pptpd_release_call (pptpd *, pptp_call *); 345 pptp_call *pptp_call_create (void); 346 int pptp_call_init (pptp_call *, pptp_ctrl *); 347 int pptp_call_start (pptp_call *); 348 int pptp_call_stop (pptp_call *); 349 void pptp_call_destroy (pptp_call *); 350 void pptp_call_input (pptp_call *, int, u_char *, int); 351 void pptp_call_gre_input (pptp_call *, uint32_t, uint32_t, int, u_char *, int); [all …]
|
H A D | pptp_ctrl.c | 206 pptp_call *call; in pptp_ctrl_timeout() 302 pptp_call *call; in pptp_ctrl_stop() 332 pptp_call *call; in pptp_ctrl_fini() 1037 pptp_call *call; in pptp_ctrl_call_input()
|
H A D | pptpd.c | 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() 692 pptp_call *call; in pptpd_gre_input()
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd_ctl.c | 323 pptp_call *pptp; in npppd_ppp_get_pipex_stat() 345 pptp = (pptp_call *)ppp->phy_context; in npppd_ppp_get_pipex_stat()
|
H A D | Makefile | 18 SRCS+= pptp_call.c pptp_ctrl.c pptp_subr.c pptpd.c
|
H A D | npppd.c | 1049 pptp_call *call; in npppd_ppp_pipex_enable() 1093 call = (pptp_call *)ppp->phy_context; in npppd_ppp_pipex_enable() 1195 pptp_call *call; in npppd_ppp_pipex_disable() 1218 call = (pptp_call *)ppp->phy_context; in npppd_ppp_pipex_disable()
|
H A D | npppd_radius.c | 434 pptp_call *call = call0; in pptp_put_tunnel_attributes()
|