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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c101 int hopl; member in struct:pxping
192 int hopl, tclass; member in struct:ping6_msg
230 int hopl, int tclass, u16_t icmplen);
233 int hopl, int tclass, u16_t icmplen);
240 u8_t hopl, u8_t tclass,
315 g_pxping.hopl = -1;
676 int hopl; local
698 DPRINTF(("ping %p: %R[ping_pcb] seq %d len %u hopl %d\n",
703 hopl = IP6H_HOPLIM(iph);
705 if (hopl
1517 int hopl, tclass; local
1636 hopl, tclass, (u16_t)nread); local
1642 hopl, tclass, (u16_t)nread); local
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
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...]
H A Dpxping_win.c460 int hopl; local
476 hopl = IP6H_HOPLIM(ip6_current_header());
478 if (RT_UNLIKELY(hopl == 1)) {
485 --hopl;
529 opts.Ttl = hopl;

Completed in 54 milliseconds