Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dfsm.h149 #define OPT_PASSIVE 1 /* Don't die if we don't get a response */ macro
/third_party/lwip/src/netif/ppp/
Dfsm.c295 if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished ) in fsm_timeout()
Dlcp.c410 f->flags &= ~(OPT_PASSIVE | OPT_SILENT); in lcp_open()
412 f->flags |= OPT_PASSIVE; in lcp_open()
440 if (oldstate == PPP_FSM_STOPPED && (f->flags & (OPT_PASSIVE|OPT_SILENT|DELAYED_UP))) { in lcp_close()