HomeSort by relevance Sort by last modified time
    Searched refs:enabled_flag (Results 1 - 13 of 13) sorted by null

  /external/ppp/pppd/
ecp.c 71 { "noecp", o_bool, &ecp_protent.enabled_flag,
73 { "-ecp", o_bool, &ecp_protent.enabled_flag,
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)
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)
    [all...]
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,
    [all...]
cbcp.c 109 cbcp_protent.enabled_flag = 1;
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) {
    [all...]
sys-linux.c     [all...]
pppd.h 413 bool enabled_flag; /* 0 iff protocol is disabled */ member in struct:protent
    [all...]
ccp.c 73 { "noccp", o_bool, &ccp_protent.enabled_flag,
75 { "-ccp", o_bool, &ccp_protent.enabled_flag,
    [all...]
main.c 1070 if (protp->protocol == protocol && protp->enabled_flag) {
1074 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag
    [all...]
ipcp.c 144 { "noip", o_bool, &ipcp_protent.enabled_flag,
146 { "-ip", o_bool, &ipcp_protent.enabled_flag,
    [all...]
lcp.c 572 if (protp->protocol == prot && protp->enabled_flag) {
    [all...]
sys-solaris.c 915 (!ccp_protent.enabled_flag) &&
    [all...]

Completed in 165 milliseconds