Home
last modified time | relevance | path

Searched refs:last_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c286 uint8_t last_hdr; in check_reply6() local
375 last_hdr == IPPROTO_UDP && in check_reply6()
501 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
505 if (last_hdr == IPPROTO_TCP || last_hdr == IPPROTO_UDP) in check_reply6()
565 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
569 if ((last_hdr == IPPROTO_TCP || in check_reply6()
570 last_hdr == IPPROTO_UDP) && in check_reply6()
612 if ((last_hdr == IPPROTO_TCP || in check_reply6()
613 last_hdr == IPPROTO_UDP) && in check_reply6()
661 if ((last_hdr == IPPROTO_TCP || in check_reply6()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c403 uint8_t last_hdr; in check_reply6() local
450 last_hdr = hip6->ip6_nxt; in check_reply6()
451 ip6hdr_len = IPv6_hdrlen(hip6, cc, &last_hdr); in check_reply6()
465 last_hdr == IPPROTO_ICMPV6 && in check_reply6()
482 last_hdr == IPPROTO_UDP && in check_reply6()