Symbol: RHD
usr.bin/systat/icmp.c
103
RHD(3, "errors generated");
usr.bin/systat/icmp.c
104
RHD(4, "suppressed - original too short");
usr.bin/systat/icmp.c
105
RHD(5, "suppressed - original was ICMP");
usr.bin/systat/icmp.c
106
RHD(6, "responses sent");
usr.bin/systat/icmp.c
116
RHD(15, "router solicitation");
usr.bin/systat/icmp.c
51
#define BD(row, str) LHD(row, str); RHD(row, str)
usr.bin/systat/ip.c
115
RHD(0, "total packets sent");
usr.bin/systat/ip.c
116
RHD(1, " generated locally");
usr.bin/systat/ip.c
117
RHD(2, " output drops");
usr.bin/systat/ip.c
118
RHD(3, " output fragments generated");
usr.bin/systat/ip.c
119
RHD(4, " fragmentation failed");
usr.bin/systat/ip.c
120
RHD(5, " destinations unreachable");
usr.bin/systat/ip.c
121
RHD(6, " packets output via raw IP");
usr.bin/systat/ip.c
122
RHD(7, " total UDP packets sent");
usr.bin/systat/ip.c
124
RHD(9, "total UDP packets received");
usr.bin/systat/ip.c
125
RHD(10, " too short for header");
usr.bin/systat/ip.c
126
RHD(11, " invalid checksum");
usr.bin/systat/ip.c
127
RHD(12, " invalid length");
usr.bin/systat/ip.c
128
RHD(13, " no socket for dest port");
usr.bin/systat/ip.c
129
RHD(14, " no socket for broadcast");
usr.bin/systat/ip.c
130
RHD(15, " socket buffer full");
usr.bin/systat/ip6.c
112
RHD(0, "packet forwarded");
usr.bin/systat/ip6.c
113
RHD(1, " packet not forwardable");
usr.bin/systat/ip6.c
114
RHD(2, " redirect sent");
usr.bin/systat/ip6.c
116
RHD(4, "packet sent from this host");
usr.bin/systat/ip6.c
117
RHD(5, " fabricated ip header");
usr.bin/systat/ip6.c
118
RHD(6, " dropped output (no bufs)");
usr.bin/systat/ip6.c
119
RHD(7, " dropped output (no route)");
usr.bin/systat/ip6.c
120
RHD(8, " output datagram fragmented");
usr.bin/systat/ip6.c
121
RHD(9, " fragment created");
usr.bin/systat/ip6.c
122
RHD(10, " can't be fragmented");
usr.bin/systat/ip6.c
124
RHD(12, "violated scope rules");
usr.bin/systat/tcp.c
109
RHD(9, "total TCP packets received");
usr.bin/systat/tcp.c
110
RHD(10, " in sequence");
usr.bin/systat/tcp.c
111
RHD(11, " completely duplicate");
usr.bin/systat/tcp.c
112
RHD(12, " with some duplicate data");
usr.bin/systat/tcp.c
113
RHD(13, " out of order");
usr.bin/systat/tcp.c
114
RHD(14, " duplicate acks");
usr.bin/systat/tcp.c
115
RHD(15, " acks");
usr.bin/systat/tcp.c
116
RHD(16, " window probes");
usr.bin/systat/tcp.c
117
RHD(17, " window updates");
usr.bin/systat/tcp.c
119
RHD(0, "total TCP packets sent");
usr.bin/systat/tcp.c
120
RHD(1, " data");
usr.bin/systat/tcp.c
121
RHD(2, " data (retransmit)");
usr.bin/systat/tcp.c
122
RHD(3, " ack-only");
usr.bin/systat/tcp.c
123
RHD(4, " window probes");
usr.bin/systat/tcp.c
124
RHD(5, " window updates");
usr.bin/systat/tcp.c
125
RHD(6, " urgent data only");
usr.bin/systat/tcp.c
126
RHD(7, " control");