Searched refs:enabled_flag (Results 1 - 13 of 13) sorted by relevance
/external/ppp/pppd/ |
H A D | ecp.c | 71 { "noecp", o_bool, &ecp_protent.enabled_flag, 73 { "-ecp", o_bool, &ecp_protent.enabled_flag,
|
H A D | demand.c | 110 if (protp->enabled_flag && protp->demand_conf != NULL) 126 if (protp->enabled_flag && protp->demand_conf != NULL) 143 if (protp->enabled_flag && protp->demand_conf != NULL) 169 if (protp->enabled_flag && protp->demand_conf != NULL) 353 if (!protp->enabled_flag)
|
H A D | ipv6cp.c | 228 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 230 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 232 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 374 ipv6cp_protent.enabled_flag = 1; 1077 if (!ipv6cp_protent.enabled_flag)
|
H A D | cbcp.c | 109 cbcp_protent.enabled_flag = 1;
|
H A D | ipxcp.c | 122 { "ipx", o_bool, &ipxcp_protent.enabled_flag, 124 { "+ipx", o_bool, &ipxcp_protent.enabled_flag, 126 { "noipx", o_bool, &ipxcp_protent.enabled_flag, 128 { "-ipx", o_bool, &ipxcp_protent.enabled_flag,
|
H A D | auth.c | 686 if (!protp->enabled_flag) 717 if (protp->protocol != PPP_LCP && protp->enabled_flag 852 && protp->enabled_flag && protp->open != NULL) 877 && protp->enabled_flag && protp->open != NULL) {
|
H A D | sys-linux.c | 2185 if (ipcp_protent.enabled_flag && ipcp_hisoptions[0].neg_addr) 2813 if (ipxcp_protent.enabled_flag) { 2819 ipxcp_protent.enabled_flag = 0;
|
H A D | pppd.h | 413 bool enabled_flag; /* 0 iff protocol is disabled */ member in struct:protent
|
H A D | ccp.c | 73 { "noccp", o_bool, &ccp_protent.enabled_flag, 75 { "-ccp", o_bool, &ccp_protent.enabled_flag,
|
H A D | main.c | 1070 if (protp->protocol == protocol && protp->enabled_flag) { 1074 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag
|
H A D | ipcp.c | 144 { "noip", o_bool, &ipcp_protent.enabled_flag, 146 { "-ip", o_bool, &ipcp_protent.enabled_flag,
|
H A D | lcp.c | 572 if (protp->protocol == prot && protp->enabled_flag) {
|
H A D | sys-solaris.c | 915 (!ccp_protent.enabled_flag) &&
|
Completed in 145 milliseconds