Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dfsm.h151 #define OPT_SILENT 4 /* Wait for peer to speak first */ macro
/third_party/ntfs-3g/src/
Dntfs-3g_common.h73 OPT_SILENT, enumerator
Dntfs-3g_common.c107 { "silent", OPT_SILENT, FLGOPT_BOGUS },
380 case OPT_SILENT : in parse_mount_options()
/third_party/lwip/src/netif/ppp/
Dfsm.c98 if( f->flags & OPT_SILENT ) in fsm_lowerup()
169 if( f->flags & OPT_SILENT ) in fsm_open()
Dlcp.c410 f->flags &= ~(OPT_PASSIVE | OPT_SILENT); in lcp_open()
414 f->flags |= OPT_SILENT; in lcp_open()
440 if (oldstate == PPP_FSM_STOPPED && (f->flags & (OPT_PASSIVE|OPT_SILENT|DELAYED_UP))) { in lcp_close()
Dccp.c422 f->flags |= OPT_SILENT; in ccp_open()