Searched refs:deviceAscii (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-win32.c733 char* deviceAscii; local
737 deviceAscii = (char*)malloc(length + 1);
739 if (deviceAscii == NULL)
745 snprintf(deviceAscii, length + 1, "%ws", (wchar_t*)device);
746 p = pcap_create_common(deviceAscii, ebuf);
747 free(deviceAscii);

Completed in 120 milliseconds