Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dipv6cp.c488 if (!Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerUp()
505 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerUp()
541 if (!Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerDown()
558 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) { in ipv6cp_LayerDown()
H A Dbundle.h41 #define OPT_IPCP 5 macro
H A Dprompt.c107 else if (!Enabled(p->bundle, OPT_IPCP) && in prompt_Display()
H A Dncp.c158 if (Enabled(bundle, OPT_IPCP)) { in ncp_fsmStart()
H A Dbundle.c835 opt_enable(&bundle, OPT_IPCP); in bundle_Create()
1123 optval(arg->bundle, OPT_IPCP)); in bundle_ShowStatus()
H A Dcommand.c2990 "disable|enable", (const void *)OPT_IPCP},