Searched refs:auth_required (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | auth.c | 227 bool auth_required = 0; /* Always require authentication from peer */ 277 { "auth", o_bool, &auth_required, 279 { "noauth", o_bool, &auth_required, 284 OPT_PRIOSUB | 1, &auth_required }, 287 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required }, 288 { "require-chap", o_bool, &auth_required, 292 { "+chap", o_bool, &auth_required, 297 { "require-mschap", o_bool, &auth_required, 301 { "+mschap", o_bool, &auth_required, 305 { "require-mschap-v2", o_bool, &auth_required, [all …]
|
D | ipcp.c | 1955 || (pcb->settings.auth_required && wo->hisaddr != ho->hisaddr) in ipcp_up()
|
D | lcp.c | 688 if (pcb->settings.auth_required) { in lcp_resetci()
|
/third_party/lwip/src/include/netif/ppp/ |
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)
|