Searched refs:IP_ICMP_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance
27 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()54 arp_wait_tx_packet_size = eth_hdr_size + IP_ICMP_HDR_SIZE; in ping_send()
231 ipr->ip_len = htons(IP_ICMP_HDR_SIZE); in sandbox_eth_recv_ping_req()249 ETHER_HDR_SIZE + IP_ICMP_HDR_SIZE; in sandbox_eth_recv_ping_req()
467 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE) macro