Searched refs:_nx_pcap_receive_thread_entry (Results 1 – 1 of 1) sorted by relevance
98 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() function267 void *_nx_pcap_receive_thread_entry(void *arg) in _nx_pcap_receive_thread_entry() function334 …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()