Searched refs:DEBUG_INT_STATE (Results 1 – 4 of 4) sorted by relevance
| /u-boot/net/ |
| A D | tcp.c | 412 debug_cond(DEBUG_INT_STATE, "N"); in tcp_hole() 415 debug_cond(DEBUG_INT_STATE, "n"); in tcp_hole() 429 debug_cond(DEBUG_INT_STATE, "p"); in tcp_hole() 439 debug_cond(DEBUG_INT_STATE, "P"); in tcp_hole() 460 debug_cond(DEBUG_INT_STATE, "\n"); in tcp_hole() 522 debug_cond(DEBUG_INT_STATE, "TCP STATE ENTRY %x\n", action); in tcp_state_machine() 527 debug_cond(DEBUG_INT_STATE, "TCP Reset %x\n", tcp_flags); in tcp_state_machine() 533 debug_cond(DEBUG_INT_STATE, "TCP CLOSED %x\n", tcp_flags); in tcp_state_machine() 569 debug_cond(DEBUG_INT_STATE, "TCP_ESTABLISHED %x\n", tcp_flags); in tcp_state_machine() 590 debug_cond(DEBUG_INT_STATE, "TCP_CLOSE_WAIT (%x)\n", tcp_flags); in tcp_state_machine() [all …]
|
| A D | link_local.c | 233 debug_cond(DEBUG_INT_STATE, "adjusting timeout\n"); in link_local_receive_arp() 253 debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n", in link_local_receive_arp() 256 debug_cond(DEBUG_INT_STATE, "\tsource=%pM %pI4\n", in link_local_receive_arp() 259 debug_cond(DEBUG_INT_STATE, "\ttarget=%pM %pI4\n", in link_local_receive_arp()
|
| A D | net.c | 442 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n"); in net_loop() 479 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n"); in net_loop() 667 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n"); in net_loop() 696 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n"); in net_loop() 732 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n"); in net_loop() 739 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n"); in net_loop() 845 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f); in net_set_udp_handler() 859 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f); in net_set_arp_handler() 876 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler() 880 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
|
| /u-boot/include/ |
| A D | net.h | 31 #define DEBUG_INT_STATE 0 /* Internal network state changes */ macro 622 debug_cond(DEBUG_INT_STATE, "--- NetState set to %d\n", state); in net_set_state()
|
Completed in 16 milliseconds