Home
last modified time | relevance | path

Searched refs:pptp_call_disconnect (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_call.c142 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 Dpptp.h352 void pptp_call_disconnect(pptp_call *, int, int, const char *);
H A Dpptp_ctrl.c313 pptp_call_disconnect(call, in pptp_ctrl_stop()