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

/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmpwin.c40 struct pong { struct
43 TAILQ_ENTRY(pong) queue_entry;
56 static void icmpwin_callback(struct pong *pong);
57 static void icmpwin_pong(struct pong *pong);
59 static struct mbuf *icmpwin_get_error(struct pong *pong, int type, int code);
112 struct pong *pong local
119 struct pong *pong = TAILQ_FIRST(&pData->pongs_expected); local
136 struct pong *pong; local
249 struct pong *pong = (struct pong *)ctx; local
258 struct pong *pong = (struct pong *)ctx; local
273 icmpwin_callback(struct pong *pong) argument
322 struct pong *pong = TAILQ_FIRST(&pongs); local
338 icmpwin_pong(struct pong *pong) argument
467 icmpwin_get_error(struct pong *pong, int type, int code) argument
[all...]
H A Dslirp_state.h99 struct pong;
100 TAILQ_HEAD(pong_tailq, pong);
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c94 static void pxping_icmp4_callback(struct pong4 *pong);
98 static void pxping_icmp6_callback(struct pong6 *pong);
169 struct pong4 *pong; local
178 pong = NULL;
217 pong = (struct pong4 *)malloc(RT_OFFSETOF(struct pong4, buf) + bufsize);
218 if (RT_UNLIKELY(pong == NULL)) {
221 pong->bufsize = bufsize;
222 pong->netif = pxping->netif;
224 memcpy(&pong->reqiph, iph, sizeof(*iph));
225 memcpy(&pong
292 struct pong4 *pong = (struct pong4 *)ctx; local
306 struct pong4 *pong = (struct pong4 *)ctx; local
316 pxping_icmp4_callback(struct pong4 *pong) argument
455 struct pong6 *pong; local
578 struct pong6 *pong = (struct pong6 *)ctx; local
592 struct pong6 *pong = (struct pong6 *)ctx; local
602 pxping_icmp6_callback(struct pong6 *pong) argument
[all...]

Completed in 181 milliseconds