Searched refs:enabled_flag (Results 1 – 18 of 18) sorted by relevance
/external/ppp/pppd/ |
D | demand.c | 110 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf() 126 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_block() 143 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_discard() 169 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_unblock() 356 if (!protp->enabled_flag)
|
D | ecp.c | 71 { "noecp", o_bool, &ecp_protent.enabled_flag, 73 { "-ecp", o_bool, &ecp_protent.enabled_flag,
|
D | ipv6cp.c | 239 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 241 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 243 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 383 ipv6cp_protent.enabled_flag = 1; 1086 if (!ipv6cp_protent.enabled_flag) in ipv6_check_options()
|
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,
|
D | auth.c | 710 if (!protp->enabled_flag) in upper_layers_down() 741 if (protp->protocol != PPP_LCP && protp->enabled_flag 879 && protp->enabled_flag && protp->open != NULL) 904 && protp->enabled_flag && protp->open != NULL) {
|
D | cbcp.c | 109 cbcp_protent.enabled_flag = 1;
|
D | sys-linux.c | 2210 if (ipcp_protent.enabled_flag && ipcp_hisoptions[0].neg_addr) in logwtmp() 2878 if (ipxcp_protent.enabled_flag) { in sys_check_options() 2884 ipxcp_protent.enabled_flag = 0; in sys_check_options()
|
D | ccp.c | 73 { "noccp", o_bool, &ccp_protent.enabled_flag, 75 { "-ccp", o_bool, &ccp_protent.enabled_flag,
|
D | main.c | 1134 if (protp->protocol == protocol && protp->enabled_flag) { in get_input() 1138 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag in get_input()
|
D | pppd.h | 418 bool enabled_flag; /* 0 iff protocol is disabled */ member
|
D | ipcp.c | 145 { "noip", o_bool, &ipcp_protent.enabled_flag, 147 { "-ip", o_bool, &ipcp_protent.enabled_flag,
|
D | sys-solaris.c | 915 (!ccp_protent.enabled_flag) && in any_compressions()
|
D | lcp.c | 586 if (protp->protocol == prot && protp->enabled_flag) {
|
/external/v8/src/libplatform/tracing/ |
D | tracing-controller.cc | 128 unsigned char enabled_flag = 0; in UpdateCategoryGroupEnabledFlag() local 132 enabled_flag |= ENABLED_FOR_RECORDING; in UpdateCategoryGroupEnabledFlag() 140 enabled_flag |= ENABLED_FOR_RECORDING; in UpdateCategoryGroupEnabledFlag() 143 g_category_group_enabled[category_index] = enabled_flag; in UpdateCategoryGroupEnabledFlag()
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | auth.c | 419 if (!protp->enabled_flag) { in link_down() 459 if (protp->protocol != PPP_LCP && protp->enabled_flag && protp->lowerup != NULL) { in link_established() 552 if (protp->protocol < 0xC000 && protp->enabled_flag && protp->open != NULL) { in network_phase()
|
D | ppp.h | 298 int enabled_flag; /* 0 if protocol is disabled */ member
|
D | ppp.c | 1679 if (protp->protocol == protocol && protp->enabled_flag) { in pppInput()
|
D | lcp.c | 474 if (protp->protocol == prot && protp->enabled_flag) { in lcp_rprotrej()
|