Searched refs:OPT_IPCP (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | ipv6cp.c | 488 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 D | bundle.h | 41 #define OPT_IPCP 5 macro
|
H A D | prompt.c | 107 else if (!Enabled(p->bundle, OPT_IPCP) && in prompt_Display()
|
H A D | ncp.c | 158 if (Enabled(bundle, OPT_IPCP)) { in ncp_fsmStart()
|
H A D | bundle.c | 835 opt_enable(&bundle, OPT_IPCP); in bundle_Create() 1123 optval(arg->bundle, OPT_IPCP)); in bundle_ShowStatus()
|
H A D | command.c | 2994 "disable|enable", (const void *)OPT_IPCP},
|