Symbol: LHD
usr.bin/systat/icmp.c
100
LHD(5, "with bad checksum");
usr.bin/systat/icmp.c
101
LHD(6, "with insufficient data");
usr.bin/systat/icmp.c
115
LHD(15, "router advertisement");
usr.bin/systat/icmp.c
51
#define BD(row, str) LHD(row, str); RHD(row, str)
usr.bin/systat/icmp.c
98
LHD(3, "with bad code");
usr.bin/systat/icmp.c
99
LHD(4, "with bad length");
usr.bin/systat/ip.c
100
LHD(5, " with invalid hlen");
usr.bin/systat/ip.c
101
LHD(6, " with invalid length");
usr.bin/systat/ip.c
102
LHD(7, " with invalid version");
usr.bin/systat/ip.c
103
LHD(8, " too large");
usr.bin/systat/ip.c
104
LHD(9, " option errors");
usr.bin/systat/ip.c
105
LHD(10, " fragments received");
usr.bin/systat/ip.c
106
LHD(11, " fragments dropped");
usr.bin/systat/ip.c
107
LHD(12, " fragments timed out");
usr.bin/systat/ip.c
108
LHD(13, " packets reassembled ok");
usr.bin/systat/ip.c
110
LHD(15, "packets forwarded");
usr.bin/systat/ip.c
111
LHD(16, " fast forwarded");
usr.bin/systat/ip.c
112
LHD(17, " unreachable dests");
usr.bin/systat/ip.c
113
LHD(18, " redirects generated");
usr.bin/systat/ip.c
95
LHD(0, "total packets received");
usr.bin/systat/ip.c
96
LHD(1, " passed to upper layers");
usr.bin/systat/ip.c
97
LHD(2, " with bad checksums");
usr.bin/systat/ip.c
98
LHD(3, " too short for header");
usr.bin/systat/ip.c
99
LHD(4, " too short for data");
usr.bin/systat/ip6.c
100
LHD(12, " fragment dropped");
usr.bin/systat/ip6.c
101
LHD(13, " fragment timeout");
usr.bin/systat/ip6.c
102
LHD(14, " fragment exceeded limit");
usr.bin/systat/ip6.c
103
LHD(15, " packet reassembled ok");
usr.bin/systat/ip6.c
106
LHD(17, "one mbuf");
usr.bin/systat/ip6.c
107
LHD(18, "one ext mbuf");
usr.bin/systat/ip6.c
108
LHD(19, "two or more ext mbuf");
usr.bin/systat/ip6.c
109
LHD(20, "two or more mbuf");
usr.bin/systat/ip6.c
88
LHD(0, "total packet received");
usr.bin/systat/ip6.c
89
LHD(1, " smaller than minimum");
usr.bin/systat/ip6.c
90
LHD(2, " data size < data length");
usr.bin/systat/ip6.c
91
LHD(3, " bad options");
usr.bin/systat/ip6.c
92
LHD(4, " incorrect version no");
usr.bin/systat/ip6.c
93
LHD(5, " headers not continuous");
usr.bin/systat/ip6.c
94
LHD(6, " packet for this host");
usr.bin/systat/ip6.c
95
LHD(7, " multicast we don't join");
usr.bin/systat/ip6.c
96
LHD(8, " too many headers");
usr.bin/systat/ip6.c
97
LHD(9, " tunneled packet w/o gif");
usr.bin/systat/ip6.c
99
LHD(11, " fragment received");
usr.bin/systat/tcp.c
101
LHD(10, "potential rtt updates");
usr.bin/systat/tcp.c
102
LHD(11, "successful rtt updates");
usr.bin/systat/tcp.c
103
LHD(12, "delayed acks sent");
usr.bin/systat/tcp.c
104
LHD(13, "retransmit timeouts");
usr.bin/systat/tcp.c
105
LHD(14, "persist timeouts");
usr.bin/systat/tcp.c
106
LHD(15, "keepalive probes");
usr.bin/systat/tcp.c
107
LHD(16, "keepalive timeouts");
usr.bin/systat/tcp.c
152
LHD(0, "entries added");
usr.bin/systat/tcp.c
153
LHD(1, "connections completed");
usr.bin/systat/tcp.c
154
LHD(2, "entries timed out");
usr.bin/systat/tcp.c
155
LHD(3, "duplicate SYNs received");
usr.bin/systat/tcp.c
156
LHD(4, "hash collisions");
usr.bin/systat/tcp.c
157
LHD(5, "retransmissions");
usr.bin/systat/tcp.c
158
LHD(6, "entries aborted (no memory)");
usr.bin/systat/tcp.c
159
LHD(7, "dropped (overflow)");
usr.bin/systat/tcp.c
160
LHD(8, "dropped (RST)");
usr.bin/systat/tcp.c
161
LHD(9, "dropped (ICMP UNRCH)");
usr.bin/systat/tcp.c
162
LHD(10, "dropped (bucket overflow)");
usr.bin/systat/tcp.c
163
LHD(11, "dropped (unreachable/no memory)");
usr.bin/systat/tcp.c
91
LHD(0, "connections initiated");
usr.bin/systat/tcp.c
92
LHD(1, "connections accepted");
usr.bin/systat/tcp.c
93
LHD(2, "connections established");
usr.bin/systat/tcp.c
95
LHD(4, "connections dropped");
usr.bin/systat/tcp.c
96
LHD(5, " in embryonic state");
usr.bin/systat/tcp.c
97
LHD(6, " on retransmit timeout");
usr.bin/systat/tcp.c
98
LHD(7, " by keepalive");
usr.bin/systat/tcp.c
99
LHD(8, " by persist");