Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c617 static struct icmptype_table ttab6[] = { in pr_type6() local
635 for (i = 0; i < A_CNT(ttab6); i++) { in pr_type6()
636 if (ttab6[i].type == type) in pr_type6()
637 return (ttab6[i].message); in pr_type6()
/titanic_50/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()