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

/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmp.c364 int icmplen = ip->ip_len; local
379 if (icmplen < ICMP_MINLEN)
389 if (cksum(m, icmplen))
452 icp_buf = RTMemAlloc(icmplen);
458 m_copydata(m, hlen, icmplen, icp_buf);
478 rc = sendto(pData->icmp_socket.s, icp, icmplen, 0,
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c320 size_t icmplen; local
357 icmplen = sizeof(struct icmp_echo_hdr) + reply->DataSize;
359 && IP_HLEN + icmplen > pong->netif->mtu)
364 p = pbuf_alloc(PBUF_IP, (u16_t)icmplen, PBUF_RAM);
412 icmplen = sizeof(*icmph) + sizeof(pong->reqiph) + sizeof(pong->reqicmph);
414 p = pbuf_alloc(PBUF_IP, (u16_t)icmplen, PBUF_RAM);
438 icmph->chksum = inet_chksum(p->payload, (u16_t)icmplen);
608 size_t icmplen; local
637 icmplen = sizeof(*icmph) + pong->reqsize;
638 p = pbuf_alloc(PBUF_IP, (u16_t)icmplen, PBUF_RA
[all...]
H A Dpxping.c230 int hopl, int tclass, u16_t icmplen);
233 int hopl, int tclass, u16_t icmplen);
241 u16_t icmplen);
1654 int hopl, int tclass, u16_t icmplen)
1708 hopl, tclass, icmplen);
1719 int hopl, int tclass, u16_t icmplen)
1743 buflen = icmplen;
1858 hopl, tclass, icmplen);
1934 u16_t icmplen)
1941 p = pbuf_alloc(PBUF_IP, icmplen, PBUF_RA
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...]

Completed in 57 milliseconds