summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/inet6.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/inet6.c')
-rw-r--r--usr.bin/netstat/inet6.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index 7f11a54..984f525 100644
--- a/usr.bin/netstat/inet6.c
+++ b/usr.bin/netstat/inet6.c
@@ -909,12 +909,12 @@ icmp6_stats(u_long off __unused, const char *name, int af1 __unused)
p(icp6s_reflect, "\t%llu message response%s generated\n");
p(icp6s_nd_toomanyopt, "\t%llu message%s with too many ND options\n");
- p(icp6s_nd_badopt, "\t%qu message%s with bad ND options\n");
- p(icp6s_badns, "\t%qu bad neighbor solicitation message%s\n");
- p(icp6s_badna, "\t%qu bad neighbor advertisement message%s\n");
- p(icp6s_badrs, "\t%qu bad router solicitation message%s\n");
- p(icp6s_badra, "\t%qu bad router advertisement message%s\n");
- p(icp6s_badredirect, "\t%qu bad redirect message%s\n");
+ p(icp6s_nd_badopt, "\t%llu message%s with bad ND options\n");
+ p(icp6s_badns, "\t%llu bad neighbor solicitation message%s\n");
+ p(icp6s_badna, "\t%llu bad neighbor advertisement message%s\n");
+ p(icp6s_badrs, "\t%llu bad router solicitation message%s\n");
+ p(icp6s_badra, "\t%llu bad router advertisement message%s\n");
+ p(icp6s_badredirect, "\t%llu bad redirect message%s\n");
p(icp6s_pmtuchg, "\t%llu path MTU change%s\n");
#undef p
#undef p_5
OpenPOWER on IntegriCloud