Searched refs:enabled_flag (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c106 if (protp->enabled_flag && protp->demand_conf != NULL)
122 if (protp->enabled_flag && protp->demand_conf != NULL &&
141 if (protp->enabled_flag && protp->demand_conf != NULL &&
170 if (protp->enabled_flag && protp->demand_conf != NULL &&
357 if (!protp->enabled_flag) {
H A Dipv6cp.c186 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag,
188 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
190 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
324 ipv6cp_protent.enabled_flag = 1;
H A Dcbcp.c100 cbcp_protent.enabled_flag = 1;
H A Dauth.c491 if (!protp->enabled_flag)
523 if (protp->protocol != PPP_LCP && protp->enabled_flag
676 if (protp->protocol < 0xC000 && protp->enabled_flag
H A Dipcp.c116 { "noip", o_bool, &ipcp_protent.enabled_flag,
118 { "-ip", o_bool, &ipcp_protent.enabled_flag,
1999 if (!ipcp_protent.enabled_flag) {
H A Dmain.c437 if (protp->enabled_flag && protp->check_options != NULL)
1451 if (protp->protocol == protocol && protp->enabled_flag) {
1455 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag
H A Dpppd.h366 bool enabled_flag; /* 0 iff protocol is disabled */ member in struct:protent
H A Dccp.c53 { "noccp", o_bool, &ccp_protent.enabled_flag,
55 { "-ccp", o_bool, &ccp_protent.enabled_flag,
H A Dsys-solaris.c130 #define IPCP_ENABLED ipcp_protent.enabled_flag
132 #define IPV6CP_ENABLED ipv6cp_protent.enabled_flag
922 (!ccp_protent.enabled_flag) &&
H A Dlcp.c764 if (protp->protocol == prot && protp->enabled_flag) {

Completed in 104 milliseconds