Searched refs:UPAPDEBUG (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/lwip/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
|
/external/ppp/pppd/ |
D | upap.c | 329 UPAPDEBUG(("pap_input: rcvd short header.")); 336 UPAPDEBUG(("pap_input: rcvd illegal length.")); 340 UPAPDEBUG(("pap_input: rcvd short packet.")); 404 UPAPDEBUG(("pap_rauth: rcvd short packet.")); 410 UPAPDEBUG(("pap_rauth: rcvd short packet.")); 417 UPAPDEBUG(("pap_rauth: rcvd short packet.")); 485 UPAPDEBUG(("pap_rauthack: ignoring missing msg-length.")); 491 UPAPDEBUG(("pap_rauthack: rcvd short packet.")); 525 UPAPDEBUG(("pap_rauthnak: ignoring missing msg-length.")); 531 UPAPDEBUG(("pap_rauthnak: rcvd short packet."));
|
D | pppd.h | 899 #define UPAPDEBUG(x) if (debug) dbglog x macro 901 #define UPAPDEBUG(x) macro
|