Lines Matching refs:t_state

119 static enum test_state t_state;  variable
536 switch (t_state) { in handle_client_test()
543 t_state = T_SYN_ACK; in handle_client_test()
548 t_state = T_DATA; in handle_client_test()
556 t_state = T_FIN; in handle_client_test()
562 t_state = T_FIN_ACK; in handle_client_test()
602 t_state = T_SYN; in ZTEST()
664 t_state = T_SYN; in ZTEST()
714 switch (t_state) { in handle_server_test()
718 t_state = T_SYN_ACK; in handle_server_test()
726 t_state = T_DATA; in handle_server_test()
731 t_state = T_DATA_ACK; in handle_server_test()
738 t_state = T_FIN; in handle_server_test()
746 t_state = T_FIN_ACK; in handle_server_test()
833 t_state = T_SYN; in ZTEST()
902 t_state = T_SYN; in ZTEST()
971 t_state = T_SYN; in ZTEST()
1046 t_state = T_SYN; in ZTEST()
1075 switch (t_state) { in handle_syn_rst_ack()
1082 t_state = T_CLOSING; in handle_syn_rst_ack()
1108 t_state = T_SYN; in ZTEST()
1138 switch (t_state) { in handle_client_fin_wait_2_test()
1145 t_state = T_SYN_ACK; in handle_client_fin_wait_2_test()
1150 t_state = T_DATA; in handle_client_fin_wait_2_test()
1158 t_state = T_FIN; in handle_client_fin_wait_2_test()
1164 t_state = T_FIN_2; in handle_client_fin_wait_2_test()
1168 t_state = T_FIN_ACK; in handle_client_fin_wait_2_test()
1185 if (t_state == T_FIN_2) { in handle_client_fin_wait_2_test()
1212 t_state = T_SYN; in ZTEST()
1263 switch (t_state) { in handle_client_fin_wait_2_failure_test()
1270 t_state = T_SYN_ACK; in handle_client_fin_wait_2_failure_test()
1275 t_state = T_DATA; in handle_client_fin_wait_2_failure_test()
1283 t_state = T_FIN; in handle_client_fin_wait_2_failure_test()
1289 t_state = T_FIN_2; in handle_client_fin_wait_2_failure_test()
1293 t_state = T_FIN_ACK; in handle_client_fin_wait_2_failure_test()
1315 if (t_state == T_FIN_2) { in handle_client_fin_wait_2_failure_test()
1353 t_state = T_SYN; in ZTEST()
1409 switch (t_state) { in handle_data_fin1_test()
1418 t_state = T_SYN_ACK; in handle_data_fin1_test()
1425 t_state = T_DATA_ACK; in handle_data_fin1_test()
1431 t_state = T_FIN; in handle_data_fin1_test()
1441 t_state = T_FIN_1; in handle_data_fin1_test()
1457 t_state = T_FIN_2; in handle_data_fin1_test()
1461 t_state = T_FIN_ACK; in handle_data_fin1_test()
1478 if (t_state == T_FIN_2) { in handle_data_fin1_test()
1506 t_state = T_SYN; in ZTEST()
1550 switch (t_state) { in handle_data_during_fin1_test()
1559 t_state = T_SYN_ACK; in handle_data_during_fin1_test()
1564 t_state = T_FIN; in handle_data_during_fin1_test()
1581 t_state = T_FIN_1; in handle_data_during_fin1_test()
1624 t_state = T_SYN; in ZTEST()
1665 switch (t_state) { in handle_client_closing_test()
1672 t_state = T_SYN_ACK; in handle_client_closing_test()
1677 t_state = T_DATA; in handle_client_closing_test()
1685 t_state = T_FIN; in handle_client_closing_test()
1691 t_state = T_CLOSING; in handle_client_closing_test()
1696 t_state = T_FIN_ACK; in handle_client_closing_test()
1710 if (t_state == T_FIN_ACK) { in handle_client_closing_test()
1737 t_state = T_SYN; in ZTEST()
1790 switch (t_state) { in handle_client_closing_failure_test()
1797 t_state = T_SYN_ACK; in handle_client_closing_failure_test()
1802 t_state = T_DATA; in handle_client_closing_failure_test()
1810 t_state = T_FIN; in handle_client_closing_failure_test()
1815 t_state = T_FIN_1; in handle_client_closing_failure_test()
1820 t_state = T_CLOSING; in handle_client_closing_failure_test()
1863 t_state = T_SYN; in ZTEST()
1908 t_state = T_SYN; in create_server_socket()
2206 switch (t_state) { in handle_server_rst_on_closed_port()
2212 t_state = T_CLOSING; in handle_server_rst_on_closed_port()
2227 t_state = T_SYN; in ZTEST()
2242 switch (t_state) { in handle_server_rst_on_listening_port()
2247 t_state = T_CLOSING; in handle_server_rst_on_listening_port()
2273 t_state = T_DATA; in ZTEST()
2330 switch (t_state) { in handle_syn_invalid_ack()
2338 t_state = T_RST; in handle_syn_invalid_ack()
2345 t_state = T_SYN_ACK; in handle_syn_invalid_ack()
2352 t_state = T_FIN; in handle_syn_invalid_ack()
2358 t_state = T_FIN_ACK; in handle_syn_invalid_ack()
2371 t_state = T_SYN; in handle_syn_invalid_ack()
2392 t_state = T_SYN; in ZTEST()
2437 switch (t_state) { in handle_client_fin_ack_with_data_test()
2446 t_state = T_SYN_ACK; in handle_client_fin_ack_with_data_test()
2450 t_state = T_DATA; in handle_client_fin_ack_with_data_test()
2463 t_state = T_FIN; in handle_client_fin_ack_with_data_test()
2467 t_state = T_FIN_ACK; in handle_client_fin_ack_with_data_test()
2471 t_state = T_FIN_ACK; in handle_client_fin_ack_with_data_test()
2488 t_state = T_CLOSING; in handle_client_fin_ack_with_data_test()
2499 t_state = T_SYN; in handle_client_fin_ack_with_data_test()
2509 t_state = T_SYN; in handle_client_fin_ack_with_data_test()
2574 t_state = T_SYN; in ZTEST()