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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c74 struct ping_pcb;
122 struct ping_pcb *pcbs;
127 struct ping_pcb *timeout_list[TIMEOUT];
134 struct ping_pcb { struct
152 struct ping_pcb **pprev_timeout;
153 struct ping_pcb *next_timeout;
158 struct ping_pcb *next;
205 static struct ping_pcb *pxping_pcb_for_request(struct pxping *pxping,
209 static struct ping_pcb *pxping_pcb_for_reply(struct pxping *pxping, int is_ipv6,
213 static struct ping_pcb *pxping_pcb_allocat
[all...]

Completed in 32 milliseconds