Searched refs:our_name (Results 1 - 5 of 5) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
H A D | chap-new.h | 145 void (*make_response)(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, 186 extern void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code); 190 extern void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
|
/third_party/lwip/src/netif/ppp/ |
H A D | chap-md5.c | 95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chap_md5_make_response() argument 101 LWIP_UNUSED_ARG(our_name); in chap_md5_make_response()
|
H A D | chap-new.c | 164 void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_peer() argument 180 pcb->chap_server.name = our_name; in chap_auth_peer() 193 void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_with_peer() argument 197 if(NULL == our_name) in chap_auth_with_peer() 213 pcb->chap_client.name = our_name; in chap_auth_with_peer()
|
H A D | auth.c | 226 bool usehostname = 0; /* Use hostname for our_name */ 357 { "name", o_string, our_name, 1376 /* Default our_name to hostname, and user to our_name */ in auth_check_options() 1377 if (our_name[0] == 0 || usehostname) in auth_check_options() 1378 strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options() 1380 the user and don't use our_name */ in auth_check_options() 1382 strlcpy(ppp_settings.user, our_name, sizeof(ppp_settings.user)); in auth_check_options() 1458 our_name, in auth_check_options() [all...] |
H A D | chap_ms.c | 374 static void chapms_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chapms_make_response() argument 378 LWIP_UNUSED_ARG(our_name); in chapms_make_response() 385 static void chapms2_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chapms2_make_response() argument 397 our_name, secret, secret_len, response, private_, in chapms2_make_response()
|
Completed in 5 milliseconds