Searched refs:enabled_flag (Results 1 - 25 of 41) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Decp.c76 { "noecp", o_bool, &ecp_protent.enabled_flag,
78 { "-ecp", o_bool, &ecp_protent.enabled_flag,
H A Ddemand.c117 if (protp->enabled_flag && protp->demand_conf != NULL)
133 if (protp->enabled_flag && protp->demand_conf != NULL)
150 if (protp->enabled_flag && protp->demand_conf != NULL)
176 if (protp->enabled_flag && protp->demand_conf != NULL)
360 if (!protp->enabled_flag)
H A Dipv6cp.c229 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
231 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag,
233 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
375 ipv6cp_protent.enabled_flag = 1;
1077 if (!ipv6cp_protent.enabled_flag)
H A Dcbcp.c109 cbcp_protent.enabled_flag = 1;
H A Dipxcp.c122 { "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,
H A Dauth.c580 if (!protp->enabled_flag)
612 if (protp->protocol != PPP_LCP && protp->enabled_flag
746 && protp->enabled_flag && protp->open != NULL)
771 && protp->enabled_flag && protp->open != NULL) {
H A Dsys-linux.c2196 if (ipcp_protent.enabled_flag && ipcp_hisoptions[0].neg_addr)
2825 if (ipxcp_protent.enabled_flag) {
2830 ipxcp_protent.enabled_flag = 0;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Decp.c76 { "noecp", o_bool, &ecp_protent.enabled_flag,
78 { "-ecp", o_bool, &ecp_protent.enabled_flag,
H A Ddemand.c117 if (protp->enabled_flag && protp->demand_conf != NULL)
133 if (protp->enabled_flag && protp->demand_conf != NULL)
150 if (protp->enabled_flag && protp->demand_conf != NULL)
176 if (protp->enabled_flag && protp->demand_conf != NULL)
360 if (!protp->enabled_flag)
H A Dipv6cp.c228 { "+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;
1074 if (!ipv6cp_protent.enabled_flag)
H A Dcbcp.c109 cbcp_protent.enabled_flag = 1;
H A Dipxcp.c122 { "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,
H A Dauth.c580 if (!protp->enabled_flag)
612 if (protp->protocol != PPP_LCP && protp->enabled_flag
746 && protp->enabled_flag && protp->open != NULL)
771 && protp->enabled_flag && protp->open != NULL) {
H A Dsys-linux.c2196 if (ipcp_protent.enabled_flag && ipcp_hisoptions[0].neg_addr)
2825 if (ipxcp_protent.enabled_flag) {
2830 ipxcp_protent.enabled_flag = 0;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Ddemand.c100 if (protp->enabled_flag && protp->demand_conf != NULL)
116 if (protp->enabled_flag && protp->demand_conf != NULL)
133 if (protp->enabled_flag && protp->demand_conf != NULL)
159 if (protp->enabled_flag && protp->demand_conf != NULL)
343 if (!protp->enabled_flag)
H A Dipv6cp.c183 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
185 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag,
187 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
329 ipv6cp_protent.enabled_flag = 1;
1027 if (!ipv6cp_protent.enabled_flag)
H A Dcbcp.c94 cbcp_protent.enabled_flag = 1;
H A Dipxcp.c99 { "ipx", o_bool, &ipxcp_protent.enabled_flag,
101 { "+ipx", o_bool, &ipxcp_protent.enabled_flag,
103 { "noipx", o_bool, &ipxcp_protent.enabled_flag,
105 { "-ipx", o_bool, &ipxcp_protent.enabled_flag,
H A Dauth.c418 if (!protp->enabled_flag)
450 if (protp->protocol != PPP_LCP && protp->enabled_flag
565 if (protp->protocol < 0xC000 && protp->enabled_flag
H A Dccp.c58 { "noccp", o_bool, &ccp_protent.enabled_flag,
60 { "-ccp", o_bool, &ccp_protent.enabled_flag,
H A Dsys-linux.c2082 if (ipcp_protent.enabled_flag && ipcp_hisoptions[0].neg_addr)
2742 if (ipxcp_protent.enabled_flag) {
2747 ipxcp_protent.enabled_flag = 0;
H A Dpppd.h335 bool enabled_flag; /* 0 iff protocol is disabled */ member in struct:protent
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dauth.c109 if (!protp->enabled_flag)
139 if (protp->protocol != PPP_LCP && protp->enabled_flag
184 if (protp->protocol < 0xC000 && protp->enabled_flag
H A Dmain.c850 if (protp->protocol == protocol && protp->enabled_flag) {
854 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag
H A Dpppd.h334 bool enabled_flag; /* 0 iff protocol is disabled */ member in struct:protent

Completed in 266 milliseconds

12