Home
last modified time | relevance | path

Searched refs:ICMP6_MINLEN (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c324 if (cc < ICMP6_MINLEN) { in check_reply6()
333 cc_left = cc - ICMP6_MINLEN; in check_reply6()
338 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()
547 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()
581 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()
624 ip6h = (ip6_t *)((char *)icmp6 + ICMP6_MINLEN); in check_reply6()
857 if (cc_left < sizeof (nd_redirect_t) - ICMP6_MINLEN) { in check_reply6()
H A Dping.c567 exthdr_len + ICMP6_MINLEN))) { in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c330 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()
H A Dtraceroute.c1192 pr->icmp_minlen = ICMP6_MINLEN; in setup_protocol()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c482 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()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c451 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);
/titanic_41/usr/src/uts/common/netinet/
H A Dicmp6.h43 #define ICMP6_MINLEN 8 macro
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6_input.c1212 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()
H A Dip6.c224 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()
H A Dtnet.c783 if ((uchar_t *)icmp6 + ICMP6_MINLEN > in tsol_get_pkt_label()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c145 if (len < ICMP6_MINLEN) { in in_data()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c5514 size = ICMP6_MINLEN; in man_pinger()
5614 mp->b_cont->b_wptr += ICMP6_MINLEN; in man_pinger()