Searched refs:auth_required (Results 1 – 13 of 13) 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/libsoup/tests/ |
D | ntlm-test.c | 66 gboolean auth_required, not_found = FALSE; in server_callback() local 84 auth_required = ntlm_allowed || basic_allowed; in server_callback() 102 auth_required = ntlm_allowed = TRUE; in server_callback() 116 auth_required = FALSE; in server_callback() 119 auth_required = FALSE; in server_callback() 126 auth_required = FALSE; in server_callback() 128 if (auth_required) { in server_callback()
|
/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)
|
/third_party/curl/tests/data/ |
D | test1533 | 13 auth_required
|
D | test88 | 13 auth_required
|
D | test206 | 17 auth_required
|
D | test154 | 14 auth_required
|
D | test1412 | 14 auth_required
|
D | test155 | 13 auth_required
|
/third_party/libsoup/libsoup/ |
D | soup-session.h | 51 void (*auth_required) (SoupSession *session, SoupMessage *msg, member
|
/third_party/curl/tests/ |
D | FILEFORMAT.md | 307 - `auth_required` if this is set and a POST/PUT is made without auth, the
|