Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c551 ICMP_MIN_TP_HDR_LEN) > endptr) { in get_port_info()
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c922 ICMP_MIN_TP_HDR_LEN > mp->b_wptr) { in ilb_check_icmp_conn()
951 ICMP_MIN_TP_HDR_LEN > mp->b_wptr) { in ilb_check_icmp_conn()
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c173 ICMP_MIN_TP_HDR_LEN) > endptr) { in flowacct_port_info()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c585 if ((uchar_t *)ip6h + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v6()
596 if ((uchar_t *)ip6h + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v6()
623 if ((uchar_t *)ip6h + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v6()
H A Dip.c1786 if ((uchar_t *)ipha + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v4()
1797 if ((uchar_t *)ipha + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v4()
1820 if ((uchar_t *)ipha + hdr_length + ICMP_MIN_TP_HDR_LEN > in icmp_inbound_verify_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h413 #define ICMP_MIN_TP_HDR_LEN 8 macro