Searched refs:ICMP6_MINLEN (Results 1 – 12 of 12) sorted by relevance
326 if (cc < ICMP6_MINLEN) { in check_reply6()335 cc_left = cc - ICMP6_MINLEN; in check_reply6()340 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()549 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()583 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()626 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()859 if (cc_left < sizeof (nd_redirect_t) - ICMP6_MINLEN) { in check_reply6()
595 exthdr_len + ICMP6_MINLEN))) { in main()
330 outdata = (struct outdata *)(outp + ICMP6_MINLEN); in send_probe6()420 if (cc < ICMP6_MINLEN) { in check_reply6()450 cc -= ICMP6_MINLEN; in check_reply6()466 if (ICMP6_MINLEN <= cc && in check_reply6()
1192 pr->icmp_minlen = ICMP6_MINLEN; in setup_protocol()
482 ip6h = (ip6_t *)((char *)icmp6h + ICMP6_MINLEN); in check_icmp_unreach_v6()513 tmp = (char *)icmp6h + ICMP6_MINLEN; in check_icmp_echo_v6()543 if (rcvd < sizeof (ip6_t) + ICMP6_MINLEN + in check_icmp_v6()549 if (rcvd < ICMP6_MINLEN) in check_icmp_v6()
451 if (ilen < ICMP6_MINLEN)471 if (ilen >= ICMP6_MINLEN + IPV6_HDR_LEN +611 if (ilen > ICMP6_MINLEN + IPV6_HDR_LEN) {618 ICMP6_MINLEN + IPV6_HDR_LEN);
43 #define ICMP6_MINLEN 8 macro
1212 if ((mp->b_wptr - mp->b_rptr) < (ip_hdr_length + ICMP6_MINLEN)) { in ire_recv_noaccept_v6()1213 if (ira->ira_pktlen < (ip_hdr_length + ICMP6_MINLEN)) { in ire_recv_noaccept_v6()1219 ip6h = ip_pullup(mp, ip_hdr_length + ICMP6_MINLEN, ira); in ire_recv_noaccept_v6()
224 if ((mp->b_wptr - mp->b_rptr) < (ip_hdr_length + ICMP6_MINLEN)) { in icmp_inbound_v6()225 if (ira->ira_pktlen < (ip_hdr_length + ICMP6_MINLEN)) { in icmp_inbound_v6()231 ip6h = ip_pullup(mp, ip_hdr_length + ICMP6_MINLEN, ira); in icmp_inbound_v6()1509 size_t len_needed = IPV6_HDR_LEN + ICMP6_MINLEN; in icmp_pkt_err_ok_v6()
783 if ((uchar_t *)icmp6 + ICMP6_MINLEN > in tsol_get_pkt_label()
145 if (len < ICMP6_MINLEN) { in in_data()
5514 size = ICMP6_MINLEN; in man_pinger()5614 mp->b_cont->b_wptr += ICMP6_MINLEN; in man_pinger()