Home
last modified time | relevance | path

Searched refs:OPT_SILENT (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dfsm.h136 #define OPT_SILENT 4 /* Wait for peer to speak first */ macro
Dfsm.c133 if( f->flags & OPT_SILENT ) { in fsm_lowerup()
225 if( f->flags & OPT_SILENT ) { in fsm_open()
Dlcp.c315 f->flags |= OPT_SILENT; in lcp_open()
334 if (f->state == LS_STOPPED && f->flags & (OPT_PASSIVE|OPT_SILENT)) { in lcp_close()
/external/ppp/pppd/
Dfsm.h140 #define OPT_SILENT 4 /* Wait for peer to speak first */ macro
Dfsm.c107 if( f->flags & OPT_SILENT )
182 if( f->flags & OPT_SILENT )
Dlcp.c382 f->flags &= ~(OPT_PASSIVE | OPT_SILENT);
386 f->flags |= OPT_SILENT;
412 if (oldstate == STOPPED && f->flags & (OPT_PASSIVE|OPT_SILENT|DELAYED_UP)) {
Dccp.c401 f->flags |= OPT_SILENT;