Searched refs:enabled_flag (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 100 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf() 116 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_block() 135 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_discard() 164 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_unblock() 351 if (!protp->enabled_flag) {
|
H A D | ipv6cp.c | 182 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 184 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 186 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 320 ipv6cp_protent.enabled_flag = 1;
|
H A D | cbcp.c | 93 cbcp_protent.enabled_flag = 1;
|
H A D | auth.c | 488 if (!protp->enabled_flag) 520 if (protp->protocol != PPP_LCP && protp->enabled_flag 673 if (protp->protocol < 0xC000 && protp->enabled_flag in start_networks()
|
H A D | ipcp.c | 109 { "noip", o_bool, &ipcp_protent.enabled_flag, 111 { "-ip", o_bool, &ipcp_protent.enabled_flag, 1992 if (!ipcp_protent.enabled_flag) {
|
H A D | ccp.c | 49 { "noccp", o_bool, &ccp_protent.enabled_flag, 51 { "-ccp", o_bool, &ccp_protent.enabled_flag,
|
H A D | main.c | 434 if (protp->enabled_flag && protp->check_options != NULL) 1448 if (protp->protocol == protocol && protp->enabled_flag) { in get_input() 1452 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag in get_input()
|
H A D | pppd.h | 373 bool enabled_flag; /* 0 iff protocol is disabled */ member
|
H A D | sys-solaris.c | 124 #define IPCP_ENABLED ipcp_protent.enabled_flag 126 #define IPV6CP_ENABLED ipv6cp_protent.enabled_flag 916 (!ccp_protent.enabled_flag) && in any_compressions()
|
H A D | lcp.c | 756 if (protp->protocol == prot && protp->enabled_flag) {
|