Home
last modified time | relevance | path

Searched refs:ICMPH_SIZE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip.c1350 if ((mp->b_wptr - mp->b_rptr) < (ip_hdr_length + ICMPH_SIZE)) { in icmp_inbound_v4()
1351 if (ira->ira_pktlen < (ip_hdr_length + ICMPH_SIZE)) { in icmp_inbound_v4()
1358 ipha = ip_pullup(mp, ip_hdr_length + ICMPH_SIZE, ira); in icmp_inbound_v4()
1465 len_needed = ip_hdr_length + ICMPH_SIZE + in icmp_inbound_v4()
1527 len_needed = ip_hdr_length + ICMPH_SIZE + IP_ADDR_LEN; in icmp_inbound_v4()
3006 len_needed = IPH_HDR_LENGTH(ipha) + ICMPH_SIZE; in icmp_pkt_err_ok()
H A Dip6_input.c2053 min_ulp_header_length = ICMPH_SIZE; in ip_fanout_v6()
H A Dip_input.c2390 min_ulp_header_length = ICMPH_SIZE; in ip_fanout_v4()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h406 #define ICMPH_SIZE 8 macro
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman.c5518 size = ICMPH_SIZE; in man_pinger()
5610 mp->b_cont->b_wptr += ICMPH_SIZE; in man_pinger()