Home
last modified time | relevance | path

Searched refs:pppAuthType (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dppp.h123 enum pppAuthType { enum
130 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
Dppp.c461 pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) in pppSetAuth()