Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c210 _this->state = L2TP_CALL_STATE_WAIT_CONN; in l2tp_call_recv_packet()
219 case L2TP_CALL_STATE_WAIT_CONN: in l2tp_call_recv_packet()
868 case L2TP_CALL_STATE_WAIT_CONN: return "wait-conn"; in l2tp_call_state_string()
H A Dl2tp.h256 #define L2TP_CALL_STATE_WAIT_CONN 1 macro