Searched refs:th_dport (Results 1 – 2 of 2) sorted by relevance
18 #define th_dport(_x) UNALIGNED_GET(UNALIGNED_MEMBER_ADDR((_x), th_dport)) macro170 uint16_t th_dport; member
200 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