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

(-)b/usr.bin/netstat/pfkey.c (-2 / +2 lines)
Lines 128-134 pfkey_stats(u_long off, const char *name, int family __unused, Link Here
128
	xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f))
128
	xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f))
129
129
130
	/* userland -> kernel */
130
	/* userland -> kernel */
131
	p(out_total, "\t{:sent-requests//%ju} "
131
	p(out_total, "\t{:sent-requests/%ju} "
132
	    "{N:/request%s sent from userland}\n");
132
	    "{N:/request%s sent from userland}\n");
133
	p(out_bytes, "\t{:sent-bytes/%ju} "
133
	p(out_bytes, "\t{:sent-bytes/%ju} "
134
	    "{N:/byte%s sent from userland}\n");
134
	    "{N:/byte%s sent from userland}\n");
Lines 165-171 pfkey_stats(u_long off, const char *name, int family __unused, Link Here
165
	    "{N:/message%s with duplicate extension}\n");
165
	    "{N:/message%s with duplicate extension}\n");
166
	p(out_invexttype, "\t{:dropped-bad-extension/%ju} "
166
	p(out_invexttype, "\t{:dropped-bad-extension/%ju} "
167
	    "{N:/message%s with invalid extension type}\n");
167
	    "{N:/message%s with invalid extension type}\n");
168
	p(out_invsatype, "\t:dropped-bad-sa-type/%ju} "
168
	p(out_invsatype, "\t{:dropped-bad-sa-type/%ju} "
169
	    "{N:/message%s with invalid sa type}\n");
169
	    "{N:/message%s with invalid sa type}\n");
170
	p(out_invaddr, "\t{:dropped-bad-address-extension/%ju} "
170
	p(out_invaddr, "\t{:dropped-bad-address-extension/%ju} "
171
	    "{N:/message%s with invalid address extension}\n");
171
	    "{N:/message%s with invalid address extension}\n");

Return to bug 201700