Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp_private.h17 #define th_dport(_x) UNALIGNED_GET(&(_x)->th_dport) macro
168 uint16_t th_dport; member
Dtcp.c200 th_dport(th); in tcp_endpoint_set()
224 th_dport(th); in tcp_endpoint_set()
1354 UNALIGNED_PUT(conn->dst.sin.sin_port, &th->th_dport); in tcp_header_add()
1506 UNALIGNED_PUT(th_pkt->th_dport, &th_rst->th_sport); in net_tcp_reply_rst()
1507 UNALIGNED_PUT(th_pkt->th_sport, &th_rst->th_dport); in net_tcp_reply_rst()
/Zephyr-latest/tests/net/tcp/src/
Dmain.c285 th->th_dport = dst_port; in tester_prepare_tcp_pkt()