Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/interoperability_test/
Dnx_pcap_network_driver.c77 static const CHAR *nx_pcap_source_name = NX_PCAP_SOURCE_NAME; variable
119 nx_pcap_source_name = source_name; in nx_pcap_set_source_name()
296 …if((nx_pcap_fp = pcap_open(nx_pcap_source_name, 65536, PCAP_OPENFLAG_PROMISCUOUS, 1, NULL, errbuf)… in _nx_pcap_initialize()
301 if((nx_pcap_fp = pcap_create(nx_pcap_source_name, NULL)) == NULL) in _nx_pcap_initialize()