Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp_private.h22 #define th_win(_x) UNALIGNED_GET(&(_x)->th_win) macro
179 uint16_t th_win; member
Dtcp.c1300 UNALIGNED_PUT(htons(conn->recv_win), &th->th_win); in tcp_header_add()
2813 conn->send_win = ntohs(th_win(th)); in tcp_in()
/Zephyr-Core-3.6.0/tests/net/tcp/src/
Dmain.c292 th->th_win = NET_IPV6_MTU; in tester_prepare_tcp_pkt()