Home | History | Annotate | Download | only in systat

Lines Matching defs:LHD

51 #define LHD(row, str)		mvwprintw(wnd, row, 10, str)
91 LHD(0, "connections initiated");
92 LHD(1, "connections accepted");
93 LHD(2, "connections established");
95 LHD(4, "connections dropped");
96 LHD(5, " in embryonic state");
97 LHD(6, " on retransmit timeout");
98 LHD(7, " by keepalive");
99 LHD(8, " by persist");
101 LHD(10, "potential rtt updates");
102 LHD(11, "successful rtt updates");
103 LHD(12, "delayed acks sent");
104 LHD(13, "retransmit timeouts");
105 LHD(14, "persist timeouts");
106 LHD(15, "keepalive probes");
107 LHD(16, "keepalive timeouts");
152 LHD(0, "entries added");
153 LHD(1, "connections completed");
154 LHD(2, "entries timed out");
155 LHD(3, "duplicate SYNs received");
156 LHD(4, "hash collisions");
157 LHD(5, "retransmissions");
158 LHD(6, "entries aborted (no memory)");
159 LHD(7, "dropped (overflow)");
160 LHD(8, "dropped (RST)");
161 LHD(9, "dropped (ICMP UNRCH)");
162 LHD(10, "dropped (bucket overflow)");
163 LHD(11, "dropped (unreachable/no memory)");