Home
last modified time | relevance | path

Searched refs:PPTP_CALL_STATE_ESTABLISHED (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_call.c216 _this->state = PPTP_CALL_STATE_ESTABLISHED; in pptp_call_input()
225 if (_this->state == PPTP_CALL_STATE_ESTABLISHED) { in pptp_call_input()
490 if (_this->state != PPTP_CALL_STATE_ESTABLISHED) { in pptp_call_gre_input()
496 PPTP_CALL_ASSERT(_this->state == PPTP_CALL_STATE_ESTABLISHED); in pptp_call_gre_input()
836 case PPTP_CALL_STATE_ESTABLISHED: in pptp_call_state_string()
H A Dpptp.h194 #define PPTP_CALL_STATE_ESTABLISHED 2 macro