Searched refs:chap_client (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | chap-new.c | 128 memset(&pcb->chap_client, 0, sizeof(chap_client_state)); in chap_init() 140 pcb->chap_client.flags |= LOWERUP; in chap_lowerup() 150 pcb->chap_client.flags = 0; in chap_lowerdown() 200 if (pcb->chap_client.flags & AUTH_STARTED) { in chap_auth_with_peer() 212 pcb->chap_client.digest = dp; in chap_auth_with_peer() 213 pcb->chap_client.name = our_name; in chap_auth_with_peer() 214 pcb->chap_client.flags |= AUTH_STARTED; in chap_auth_with_peer() 452 if ((pcb->chap_client.flags & (LOWERUP | AUTH_STARTED)) != (LOWERUP | AUTH_STARTED)) 469 if (!get_secret(pcb, pcb->chap_client.name, rname, secret, &secret_len, 0)) { 478 pcb->chap_client.digest->make_response(pcb, outp, id, pcb->chap_client.name, pkt, [all …]
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp.h | 367 chap_client_state chap_client; /* CHAP client data */ member
|