Lines Matching refs:th_seq
295 th->th_seq = htonl(seq); in tester_prepare_tcp_pkt()
540 ack = ntohl(th->th_seq) + 1U; in handle_client_test()
723 ack = ntohl(th->th_seq) + 1U; in handle_server_test()
1079 ack = ntohl(th->th_seq) + 1U; in handle_syn_rst_ack()
1142 ack = ntohl(th->th_seq) + 1U; in handle_client_fin_wait_2_test()
1267 ack = ntohl(th->th_seq) + 1U; in handle_client_fin_wait_2_failure_test()
1400 return ntohl(th->th_seq) - device_initial_seq; in get_rel_seq()
1412 device_initial_seq = ntohl(th->th_seq); in handle_data_fin1_test()
1414 ack = ntohl(th->th_seq) + 1U; in handle_data_fin1_test()
1553 device_initial_seq = ntohl(th->th_seq); in handle_data_during_fin1_test()
1555 ack = ntohl(th->th_seq) + 1U; in handle_data_during_fin1_test()
1669 ack = ntohl(th->th_seq) + 1U; in handle_client_closing_test()
1794 ack = ntohl(th->th_seq) + 1U; in handle_client_closing_failure_test()
2210 zassert_equal(ntohl(th->th_seq), 0, "Invalid SEQ value"); in handle_server_rst_on_closed_port()
2246 zassert_equal(ntohl(th->th_seq), ack, "Invalid SEQ value"); in handle_server_rst_on_listening_port()
2334 ack = ntohl(th->th_seq) + 1000U; in handle_syn_invalid_ack()
2341 ack = ntohl(th->th_seq) + 1U; in handle_syn_invalid_ack()
2368 zassert_equal(ntohl(th->th_seq), ack, "Invalid SEQ value"); in handle_syn_invalid_ack()
2440 device_initial_seq = ntohl(th->th_seq); in handle_client_fin_ack_with_data_test()
2442 ack = ntohl(th->th_seq) + 1U; in handle_client_fin_ack_with_data_test()