Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h387 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
Dppp.c439 pppSetAuth(PPPAUTHTYPE_NONE, NULL, NULL); in pppInit()
454 pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) in pppSetAuth() function