View | Details | Raw Unified | Return to bug 27251
Collapse All | Expand All

(-)usr.bin/netstat/inet6.c Thu May 10 20:21:23 2001 (-3 / +3 lines)
Lines 680-688 Link Here
680
       "multicast listener report",
680
       "multicast listener report",
681
       "multicast listener done",
681
       "multicast listener done",
682
       "router solicitation",
682
       "router solicitation",
683
       "router advertisment",
683
       "router advertisement",
684
       "neighbor solicitation",
684
       "neighbor solicitation",
685
       "neighbor advertisment",
685
       "neighbor advertisement",
686
       "redirect",
686
       "redirect",
687
       "router renumbering",
687
       "router renumbering",
688
       "node information request",
688
       "node information request",
Lines 851-857 Link Here
851
                       printf("\t\t%s: %llu\n", icmp6names[i],
851
                       printf("\t\t%s: %llu\n", icmp6names[i],
852
                           (unsigned long long)icmp6stat.icp6s_inhist[i]);
852
                           (unsigned long long)icmp6stat.icp6s_inhist[i]);
853
               }
853
               }
854
       printf("\tHistgram of error messages to be generated:\n");
854
       printf("\tHistogram of error messages to be generated:\n");
855
       p_5(icp6s_odst_unreach_noroute, "\t\t%llu no route\n");
855
       p_5(icp6s_odst_unreach_noroute, "\t\t%llu no route\n");
856
       p_5(icp6s_odst_unreach_admin, "\t\t%llu administratively prohibited\n");
856
       p_5(icp6s_odst_unreach_admin, "\t\t%llu administratively prohibited\n");
857
       p_5(icp6s_odst_unreach_beyondscope, "\t\t%llu beyond scope\n");
857
       p_5(icp6s_odst_unreach_beyondscope, "\t\t%llu beyond scope\n");

Return to bug 27251