Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h448 void tcp_debug_print_flags(u8_t flags);
454 # define tcp_debug_print_flags(flags) macro
/external/syslinux/core/lwip/src/core/
Dtcp.c1532 tcp_debug_print_flags(TCPH_FLAGS(tcphdr)); in tcp_debug_print()
1557 tcp_debug_print_flags(u8_t flags) in tcp_debug_print_flags() function
Dtcp_in.c278 tcp_debug_print_flags(TCPH_FLAGS(tcphdr)); in tcp_input()