Home
last modified time | relevance | path

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

/subsys/net/ip/
A Dtcp_private.h18 #define th_dport(_x) UNALIGNED_GET(UNALIGNED_MEMBER_ADDR((_x), th_dport)) macro
170 uint16_t th_dport; member
A Dtcp.c200 th_dport(th); in tcp_endpoint_set()
224 th_dport(th); in tcp_endpoint_set()
1266 UNALIGNED_PUT(conn->dst.sin.sin_port, UNALIGNED_MEMBER_ADDR(th, th_dport)); in tcp_header_add()
1422 UNALIGNED_PUT(th_pkt->th_dport, UNALIGNED_MEMBER_ADDR(th_rst, th_sport)); in net_tcp_reply_rst()
1423 UNALIGNED_PUT(th_pkt->th_sport, UNALIGNED_MEMBER_ADDR(th_rst, th_dport)); in net_tcp_reply_rst()

Completed in 22 milliseconds