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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c48 HANDLE hdl4; member in struct:pxping
130 g_pxping.hdl4 = IcmpCreateFile();
131 if (g_pxping.hdl4 != INVALID_HANDLE_VALUE) {
146 if (g_pxping.hdl4 == INVALID_HANDLE_VALUE
244 status = IcmpSendEcho2(pxping->hdl4, NULL,

Completed in 46 milliseconds