Home
last modified time | relevance | path

Searched refs:auth_required (Results 1 – 13 of 13) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dauth.c227 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 …]
Dipcp.c1955 || (pcb->settings.auth_required && wo->hisaddr != ho->hisaddr) in ipcp_up()
Dlcp.c688 if (pcb->settings.auth_required) { in lcp_resetci()
/third_party/libsoup/tests/
Dntlm-test.c66 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/
Dppp.h204 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/
Dtest153313 auth_required
Dtest8813 auth_required
Dtest20617 auth_required
Dtest15414 auth_required
Dtest141214 auth_required
Dtest15513 auth_required
/third_party/libsoup/libsoup/
Dsoup-session.h51 void (*auth_required) (SoupSession *session, SoupMessage *msg, member
/third_party/curl/tests/
DFILEFORMAT.md307 - `auth_required` if this is set and a POST/PUT is made without auth, the