Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h490 void tcp_debug_print(struct tcp_hdr *tcphdr);
496 # define tcp_debug_print(tcphdr) macro
/third_party/lwip/src/core/
Dtcp_in.c141 tcp_debug_print(tcphdr);
167 tcp_debug_print(tcphdr);
Dtcp.c2409 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print() function