Searched refs:UPAPDEBUG (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | pap.c | 140 UPAPDEBUG(LOG_INFO, ("upap_init: %d\n", unit)); in upap_init() 164 UPAPDEBUG(LOG_INFO, ("upap_authwithpeer: %d user=%s password=%s s=%d\n", in upap_authwithpeer() 217 UPAPDEBUG(LOG_INFO, ("upap_timeout: %d timeout %d expired s=%d\n", in upap_timeout() 221 UPAPDEBUG(LOG_INFO, ("upap_timeout: not in AUTHREQ state!\n")); in upap_timeout() 227 UPAPDEBUG(LOG_ERR, ("No response to PAP authenticate-requests\n")); in upap_timeout() 264 UPAPDEBUG(LOG_INFO, ("upap_lowerup: init %d clientstate s=%d\n", unit, u->us_clientstate)); in upap_lowerup() 294 UPAPDEBUG(LOG_INFO, ("upap_lowerdown: %d s=%d\n", unit, u->us_clientstate)); in upap_lowerdown() 319 UPAPDEBUG(LOG_ERR, ("PAP authentication failed due to protocol-reject\n")); in upap_protrej() 323 UPAPDEBUG(LOG_ERR, ("PAP authentication of peer failed (protocol-reject)\n")); in upap_protrej() 347 UPAPDEBUG(LOG_INFO, ("pap_input: rcvd short header.\n")); in upap_input() [all …]
|
| D | pppdebug.h | 55 #define UPAPDEBUG(a, b) LWIP_DEBUGF(a, b) macro 65 #define UPAPDEBUG(a, b) macro
|