Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dppp.c202 int errCode; /* Code indicating why interface is down. */ member
220 void (*linkStatusCB)(void *ctx, int errCode, void *arg);
376 …, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode)); in pppLinkTerminated()
378 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode ? pc->errCode : PPPERR_PROTOCOL, NULL); in pppLinkTerminated()
673 pc->errCode = PPPERR_USER; in pppClose()
681 pc->errCode = PPPERR_USER; in pppClose()
979 pc->errCode = *(int *)arg; in pppIOCtl()
986 *(int *)arg = (int)(pc->errCode); in pppIOCtl()
1356 pc->errCode = PPPERR_NONE; in sifup()
1358 …UG(LOG_DEBUG, ("sifup: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode)); in sifup()
[all …]
Dppp.h133 typedef void (*pppLinkStatusCB_fn)(void *ctx, int errCode, void *arg);
Dauth.c629 int errCode = PPPERR_AUTHFAIL; in auth_withpeer_fail() local
643 pppIOCtl(unit, PPPCTLS_ERRCODE, &errCode); in auth_withpeer_fail()