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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c66 struct pong4 { struct
94 static void pxping_icmp4_callback(struct pong4 *pong);
169 struct pong4 *pong;
217 pong = (struct pong4 *)malloc(RT_OFFSETOF(struct pong4, buf) + bufsize);
292 struct pong4 *pong = (struct pong4 *)ctx;
306 struct pong4 *pong = (struct pong4 *)ctx;
316 pxping_icmp4_callback(struct pong4 *pon
[all...]

Completed in 42 milliseconds