Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c334 static const char *tcp_th(struct net_pkt *pkt) in tcp_th() function
907 NET_DBG("%s %s", tcp_th(pkt), conn->in_retransmission ? in tcp_send_process_no_lock()
991 NET_DBG("%s", tcp_th(pkt)); in tcp_send_timer_cancel()
1063 snprintk(buf, BUF_SIZE, "%s [%s Seq=%u Ack=%u]", pkt ? tcp_th(pkt) : "", in tcp_conn_state()
1531 NET_DBG("%s", tcp_th(rst)); in net_tcp_reply_rst()