Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c615 static struct icmptype_table ttab6[] = { in pr_type6() local
633 for (i = 0; i < A_CNT(ttab6); i++) { in pr_type6()
634 if (ttab6[i].type == type) in pr_type6()
635 return (ttab6[i].message); in pr_type6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c909 static struct icmptype_table ttab6[] = { in pr_type6() local
927 for (i = 0; i < A_CNT(ttab6); i++) { in pr_type6()
928 if (ttab6[i].type == icmp6_type) in pr_type6()
929 return (ttab6[i].message); in pr_type6()