Searched refs:FSMDEBUG (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | fsm.c | 108 FSMDEBUG(("%s: Up event in state %d!", PROTO_NAME(f), f->state)); in fsm_lowerup() 151 FSMDEBUG(("%s: Down event in state %d!", PROTO_NAME(f), f->state)); in fsm_lowerdown() 309 FSMDEBUG(("%s: Timeout event in state %d!", PROTO_NAME(f), f->state)); in fsm_timeout() 329 FSMDEBUG(("fsm_input(%x): Rcvd short header.", f->protocol)); in fsm_input() 336 FSMDEBUG(("fsm_input(%x): Rcvd illegal length.", f->protocol)); in fsm_input() 340 FSMDEBUG(("fsm_input(%x): Rcvd short packet.", f->protocol)); in fsm_input() 346 FSMDEBUG(("fsm_input(%x): Rcvd packet in state %d.", in fsm_input() 649 FSMDEBUG(("fsm_rcoderej: Rcvd short Code-Reject packet!")); in fsm_rcoderej() 696 FSMDEBUG(("%s: Protocol-reject event in state %d!", in fsm_protreject()
|
/third_party/lwip/src/include/netif/ppp/ |
D | pppdebug.h | 60 #define FSMDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) macro 72 #define FSMDEBUG(a)
|