Searched refs:IP_ICMP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
30 ip->ip_len = htons(IP_ICMP_HDR_SIZE); in set_icmp_header()59 arp_wait_tx_packet_size = eth_hdr_size + IP_ICMP_HDR_SIZE; in ping_send()
474 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE) macro