Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/interoperability_test/
Dnx_pcap_network_driver.c98 DWORD WINAPI _nx_pcap_receive_thread_entry(LPVOID thread_input);
100 void *_nx_pcap_receive_thread_entry(void *arg);
260 DWORD WINAPI _nx_pcap_receive_thread_entry(LPVOID thread_input) in _nx_pcap_receive_thread_entry() function
267 void *_nx_pcap_receive_thread_entry(void *arg) in _nx_pcap_receive_thread_entry() function
334 …nx_pcap_receive_thread = CreateThread(NULL, 0, _nx_pcap_receive_thread_entry, (LPVOID)NULL, CREATE… in _nx_pcap_initialize()
340 pthread_create(&nx_pcap_receive_thread, NULL, _nx_pcap_receive_thread_entry, NULL); in _nx_pcap_initialize()