Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_blocking_bidirection_test.c68 static TX_THREAD bsd_transmit_v6_thread; variable
385 ret = tx_thread_create(&bsd_transmit_v6_thread, "transmit v6 thread", transmit6_entry, sockfd6, in ntest_0_entry()
408 tx_thread_delete(&bsd_transmit_v6_thread); in ntest_0_entry()
463 … ret = tx_thread_create(&bsd_transmit_v6_thread, "transmit v6 thread", transmit6_entry, new_sock6, in ntest_0_entry()
485 tx_thread_delete(&bsd_transmit_v6_thread); in ntest_0_entry()
Dnetx_bsd_udp_blocking_bidirection_test.c66 static TX_THREAD bsd_transmit_v6_thread; variable
414 ret = tx_thread_create(&bsd_transmit_v6_thread, "transmit v6 thread", transmit6_entry, sockfd6, in ntest_0_entry()
438 tx_thread_delete(&bsd_transmit_v6_thread); in ntest_0_entry()