Home
last modified time | relevance | path

Searched refs:enabled_flag (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/pppd/
H A Ddemand.c112 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf()
129 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_drop()
155 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_unblock()
329 if (!protp->enabled_flag) in active_packet()
H A Dauth.c213 if (!protp->enabled_flag) in link_down()
244 if (protp->protocol != PPP_LCP && protp->enabled_flag in link_established()
323 if (protp->protocol < 0xC000 && protp->enabled_flag in network_phase()
H A Doptions.c1153 ipcp_protent.enabled_flag = 0; in noip()
1223 cbcp_protent.enabled_flag = 1;
1964 ccp_protent.enabled_flag = 0; in noccp()
H A Dpppd.h176 int enabled_flag; /* 0 iff protocol is disabled */ member
H A Dmain.c691 if (protp->protocol == protocol && protp->enabled_flag) { in get_input()
695 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag in get_input()
H A Dlcp.c391 if (protp->protocol == prot && protp->enabled_flag) { in lcp_rprotrej()