Home
last modified time | relevance | path

Searched refs:chap_client_state (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dchap-new.h156 typedef struct chap_client_state { struct
161 } chap_client_state; argument
Dppp.h367 chap_client_state chap_client; /* CHAP client data */
/third_party/lwip/src/netif/ppp/
Dchap-new.c128 memset(&pcb->chap_client, 0, sizeof(chap_client_state)); in chap_init()