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

/external/libpcap/
H A Dpcap-win32.c766 char* deviceAscii; local
770 deviceAscii = (char*)malloc(length + 1);
772 if (deviceAscii == NULL)
778 snprintf(deviceAscii, length + 1, "%ws", (wchar_t*)device);
779 p = pcap_create_common(deviceAscii, ebuf, sizeof (struct pcap_win));
780 free(deviceAscii);

Completed in 43 milliseconds