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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c42 struct pxping { struct
101 struct pxping g_pxping;
164 struct pxping *pxping = (struct pxping *)arg; local
222 pong->netif = pxping->netif;
244 status = IcmpSendEcho2(pxping->hdl4, NULL,
245 pxping->callback4, pong,
452 struct pxping *pxping local
[all...]
H A Dpxping.c85 struct pxping { struct
145 * Desired slot in pxping::timeout_list. See pxping_timer().
150 * Chaining for pxping::timeout_list
156 * Chaining for pxping::pcbs
171 * netif (from pxping).
175 struct pxping *pxping; member in struct:ping_msg
189 struct pxping *pxping; member in struct:ping6_msg
197 static int pxping_init_windows(struct pxping *pxpin
357 pxping_init_windows(struct pxping *pxping) argument
446 struct pxping *pxping = (struct pxping *)arg; local
672 struct pxping *pxping = (struct pxping *)arg; local
823 pxping_pcb_allocate(struct pxping *pxping) argument
842 pxping_pcb_delete(struct pxping *pxping, struct ping_pcb *pcb) argument
856 pxping_timeout_add(struct pxping *pxping, struct ping_pcb *pcb) argument
872 pxping_timeout_del(struct pxping *pxping, struct ping_pcb *pcb) argument
887 pxping_pcb_register(struct pxping *pxping, struct ping_pcb *pcb) argument
897 pxping_pcb_deregister(struct pxping *pxping, struct ping_pcb *pcb) argument
914 pxping_pcb_for_request(struct pxping *pxping, int is_ipv6, ipX_addr_t *src, ipX_addr_t *dst, u16_t guest_id) argument
1009 pxping_pcb_for_reply(struct pxping *pxping, int is_ipv6, ipX_addr_t *dst, u16_t host_id) argument
1031 struct pxping *pxping = (struct pxping *)arg; local
1075 pxping_timer_needed(struct pxping *pxping) argument
1087 struct pxping *pxping; local
1134 pxping_pmgr_icmp4(struct pxping *pxping) argument
1237 pxping_pmgr_icmp4_echo(struct pxping *pxping, u16_t iplen, struct sockaddr_in *peer) argument
1338 pxping_pmgr_icmp4_error(struct pxping *pxping, u16_t iplen, struct sockaddr_in *peer) argument
1501 pxping_pmgr_icmp6(struct pxping *pxping) argument
1652 pxping_pmgr_icmp6_echo(struct pxping *pxping, ip6_addr_t *src, ip6_addr_t *dst, int hopl, int tclass, u16_t icmplen) argument
1717 pxping_pmgr_icmp6_error(struct pxping *pxping, ip6_addr_t *src, ip6_addr_t *dst, int hopl, int tclass, u16_t icmplen) argument
1871 pxping_pmgr_forward_inbound(struct pxping *pxping, u16_t iplen) argument
1931 pxping_pmgr_forward_inbound6(struct pxping *pxping, ip6_addr_t *src, ip6_addr_t *dst, u8_t hopl, u8_t tclass, u16_t icmplen) argument
[all...]

Completed in 35 milliseconds