Searched refs:enabled_flag (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 106 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf() 122 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_block() 141 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_discard() 170 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_unblock() 357 if (!protp->enabled_flag) {
|
H A D | ipv6cp.c | 186 { "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 D | cbcp.c | 100 cbcp_protent.enabled_flag = 1;
|
H A D | auth.c | 491 if (!protp->enabled_flag) 523 if (protp->protocol != PPP_LCP && protp->enabled_flag 676 if (protp->protocol < 0xC000 && protp->enabled_flag in start_networks()
|
H A D | ipcp.c | 116 { "noip", o_bool, &ipcp_protent.enabled_flag, 118 { "-ip", o_bool, &ipcp_protent.enabled_flag, 1999 if (!ipcp_protent.enabled_flag) {
|
H A D | ccp.c | 53 { "noccp", o_bool, &ccp_protent.enabled_flag, 55 { "-ccp", o_bool, &ccp_protent.enabled_flag,
|
H A D | main.c | 437 if (protp->enabled_flag && protp->check_options != NULL) 1451 if (protp->protocol == protocol && protp->enabled_flag) { in get_input() 1455 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag in get_input()
|
H A D | pppd.h | 366 bool enabled_flag; /* 0 iff protocol is disabled */ member
|
H A D | sys-solaris.c | 130 #define IPCP_ENABLED ipcp_protent.enabled_flag 132 #define IPV6CP_ENABLED ipv6cp_protent.enabled_flag 922 (!ccp_protent.enabled_flag) && in any_compressions()
|
H A D | lcp.c | 764 if (protp->protocol == prot && protp->enabled_flag) {
|