Searched defs:authtype (Results 1 – 5 of 5) sorted by relevance
106 lwres_uint16_t authtype; member
64 lwres_uint16_t authtype; member
354 static const char *authtype[] = { variable
71 int32_t authtype; /* auth type */ member
218 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd) { in ppp_set_auth()