Searched refs:auth_required (Results 1 – 10 of 10) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | auth.c | 177 bool auth_required = 0; /* Always require authentication from peer */ 236 "Require PAP authentication from peer", 1, &auth_required }, 238 "Require PAP authentication from peer", 1, &auth_required }, 244 "Require CHAP authentication from peer", 1, &auth_required }, 246 "Require CHAP authentication from peer", 1, &auth_required }, 261 { "auth", o_bool, &auth_required, 263 { "noauth", o_bool, &auth_required, 463 if (ppp_settings.auth_required && !(go->neg_chap || go->neg_upap)) { in link_established() 801 if (ppp_settings.auth_required && !wo->neg_chap && !wo->neg_upap) { 816 if (ppp_settings.auth_required && !can_auth) { [all …]
|
| A D | ppp_impl.h | 286 u_int auth_required : 1; /* Peer is required to authenticate */ member
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | auth.c | 277 { "auth", o_bool, &auth_required, 279 { "noauth", o_bool, &auth_required, 284 OPT_PRIOSUB | 1, &auth_required }, 292 { "+chap", o_bool, &auth_required, 301 { "+mschap", o_bool, &auth_required, 309 { "+mschap-v2", o_bool, &auth_required, 351 &auth_required }, 765 if (pcb->settings.auth_required && !(0 in link_established() 1389 auth_required = 1; in auth_check_options() 1400 if (auth_required) { in auth_check_options() [all …]
|
| A D | ipcp.c | 1955 || (pcb->settings.auth_required && wo->hisaddr != ho->hisaddr) in ipcp_up()
|
| A D | lcp.c | 688 if (pcb->settings.auth_required) { in lcp_resetci()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | auth.c | 277 { "auth", o_bool, &auth_required, 279 { "noauth", o_bool, &auth_required, 284 OPT_PRIOSUB | 1, &auth_required }, 292 { "+chap", o_bool, &auth_required, 301 { "+mschap", o_bool, &auth_required, 309 { "+mschap-v2", o_bool, &auth_required, 351 &auth_required }, 765 if (pcb->settings.auth_required && !(0 in link_established() 1389 auth_required = 1; in auth_check_options() 1400 if (auth_required) { in auth_check_options() [all …]
|
| A D | ipcp.c | 1955 || (pcb->settings.auth_required && wo->hisaddr != ho->hisaddr) in ipcp_up()
|
| A D | lcp.c | 688 if (pcb->settings.auth_required) { in lcp_resetci()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp.h | 204 unsigned int auth_required :1; /* Peer is required to authenticate */ member 473 #define ppp_set_auth_required(ppp, boolval) (ppp->settings.auth_required = boolval)
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp.h | 200 unsigned int auth_required :1; /* Peer is required to authenticate */ member 469 #define ppp_set_auth_required(ppp, boolval) (ppp->settings.auth_required = boolval)
|
Completed in 28 milliseconds