Searched refs:ourname (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | chap-new.c | 54 int (*chap_verify_hook)(const char *name, const char *ourname, int id, 95 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, 411 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, argument 420 if (!get_secret(pcb, name, ourname, (char *)secret, &secret_len, 1)) {
|
/third_party/lwip/src/include/netif/ppp/ |
D | chap-new.h | 178 extern int (*chap_verify_hook)(char *name, char *ourname, int id,
|