Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dudp.c316 if (p->link.lcp.cfg.openmode != OPEN_PASSIVE) { in udp_Create()
319 p->link.lcp.cfg.openmode = OPEN_PASSIVE; in udp_Create()
H A Dfsm.h54 #define OPEN_PASSIVE -1 macro
H A Ddatalink.c629 dl->physical->link.ccp.fsm.open_mode = OPEN_PASSIVE; /* override */ in datalink_NCPUp()
787 } else if (fp->state == ST_CLOSED && fp->open_mode == OPEN_PASSIVE) in datalink_LayerFinish()
H A Dccp.c805 ccp->fsm.open_mode = OPEN_PASSIVE; /* Go straight to ST_STOPPED ? */ in ccp_SetOpenMode()
H A Dfsm.c264 if (fp->open_mode == OPEN_PASSIVE) { in fsm_Open()
H A Dmp.c187 if (fp->state == ST_CLOSED && fp->open_mode == OPEN_PASSIVE) in mp_LayerFinish()
H A Dlcp.c198 lcp->cfg.openmode == OPEN_PASSIVE ? "passive" : "active"); in lcp_ReportStatus()
H A Dcommand.c1353 fp->open_mode = OPEN_PASSIVE; /* Wait for the peer to start */ in CloseCommand()
2002 cx->physical->link.lcp.cfg.openmode = OPEN_PASSIVE; in SetVariable()