Searched refs:enabled_flag (Results 1 – 12 of 12) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | ecp.c | 72 { "noecp", o_bool, &ecp_protent.enabled_flag, 74 { "-ecp", o_bool, &ecp_protent.enabled_flag,
|
| A D | ipv6cp.c | 221 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 223 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 225 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 389 ipv6cp_protent.enabled_flag = 1; 1071 if (!ipv6cp_protent.enabled_flag)
|
| A D | ccp.c | 73 { "noccp", o_bool, &ccp_protent.enabled_flag, 75 { "-ccp", o_bool, &ccp_protent.enabled_flag,
|
| A D | ipcp.c | 155 { "noip", o_bool, &ipcp_protent.enabled_flag, 157 { "-ip", o_bool, &ipcp_protent.enabled_flag,
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | ecp.c | 72 { "noecp", o_bool, &ecp_protent.enabled_flag, 74 { "-ecp", o_bool, &ecp_protent.enabled_flag,
|
| A D | ipv6cp.c | 221 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 223 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 225 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 389 ipv6cp_protent.enabled_flag = 1; 1071 if (!ipv6cp_protent.enabled_flag)
|
| A D | ccp.c | 73 { "noccp", o_bool, &ccp_protent.enabled_flag, 75 { "-ccp", o_bool, &ccp_protent.enabled_flag,
|
| A D | ipcp.c | 155 { "noip", o_bool, &ipcp_protent.enabled_flag, 157 { "-ip", o_bool, &ipcp_protent.enabled_flag,
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A 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()
|
| A D | ppp_impl.h | 262 int enabled_flag; /* 0 if protocol is disabled */ member
|
| A D | ppp.c | 1691 if (protp->protocol == protocol && protp->enabled_flag) { in pppInput()
|
| A D | lcp.c | 474 if (protp->protocol == prot && protp->enabled_flag) { in lcp_rprotrej()
|
Completed in 35 milliseconds