Home
last modified time | relevance | path

Searched refs:PHASE_ESTABLISH (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/usr.sbin/ppp/
H A Dbundle.h32 #define PHASE_ESTABLISH 1 /* Establishing link */ macro
H A Ddatalink.c153 bundle_NewPhase(dl->bundle, PHASE_ESTABLISH); in datalink_HangupDone()
170 bundle_NewPhase(dl->bundle, PHASE_ESTABLISH); in datalink_HangupDone()
976 bundle_NewPhase(dl->bundle, PHASE_ESTABLISH); in datalink_Up()
H A Dcommand.c1692 case PHASE_ESTABLISH: in SetVariable()
1854 case PHASE_ESTABLISH: in SetVariable()
2951 case PHASE_ESTABLISH: in NegotiateSet()
H A Dmp.c967 case PHASE_ESTABLISH: in mp_SetEnddisc()
H A Dbundle.c141 case PHASE_ESTABLISH: in bundle_NewPhase()
/freebsd-13.1/sys/net/
H A Dif_sppp.h85 PHASE_DEAD, PHASE_ESTABLISH, PHASE_TERMINATE, enumerator
H A Dif_spppsubr.c2719 sp->pp_phase = PHASE_ESTABLISH; in sppp_lcp_tls()
5138 sp->pp_phase != PHASE_ESTABLISH) { in sppp_params()
5342 case PHASE_ESTABLISH: return "establish"; in sppp_phase_name()
/freebsd-13.1/sbin/spppcontrol/
H A Dspppcontrol.c236 case PHASE_ESTABLISH: return "establish"; in phase_name()