Searched refs:pptp_call_disconnect (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/npppd/pptp/ |
H A D | pptp_call.c | 142 pptp_call_disconnect(_this, 0, 0, NULL); in pptp_call_stop() 158 pptp_call_disconnect(pptp_call *_this, int result, int error, const char * in pptp_call_disconnect() function 205 pptp_call_disconnect(_this, in pptp_call_input() 211 pptp_call_disconnect(_this, in pptp_call_input() 226 pptp_call_disconnect(_this, PPTP_CDN_RESULT_REQUEST, in pptp_call_input() 229 pptp_call_disconnect(_this, 0, 0, NULL); in pptp_call_input() 722 pptp_call_disconnect(_this, PPTP_CDN_RESULT_LOST_CARRIER, 0, in pptp_call_closed_by_ppp()
|
H A D | pptp.h | 352 void pptp_call_disconnect(pptp_call *, int, int, const char *);
|
H A D | pptp_ctrl.c | 313 pptp_call_disconnect(call, in pptp_ctrl_stop()
|