Home
last modified time | relevance | path

Searched refs:ICMP_MIN_TP_HDR_LEN (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c551 ICMP_MIN_TP_HDR_LEN) > endptr) { in get_port_info()
/titanic_44/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c913 ICMP_MIN_TP_HDR_LEN > mp->b_wptr) { in ilb_check_icmp_conn()
942 ICMP_MIN_TP_HDR_LEN > mp->b_wptr) { in ilb_check_icmp_conn()
/titanic_44/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c173 ICMP_MIN_TP_HDR_LEN) > endptr) { in flowacct_port_info()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6.c583 if ((uchar_t *)ip6h + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v6()
594 if ((uchar_t *)ip6h + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v6()
621 if ((uchar_t *)ip6h + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v6()
H A Dip.c1788 if ((uchar_t *)ipha + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v4()
1799 if ((uchar_t *)ipha + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v4()
1822 if ((uchar_t *)ipha + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v4()
/titanic_44/usr/src/uts/common/inet/
H A Dip.h412 #define ICMP_MIN_TP_HDR_LEN 8 macro