Searched refs:LHD (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/systat/
H A Dtcp.c51 #define LHD(row, str) mvwprintw(wnd, row, 10, str) macro
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(1
[all...]
H A Dip6.c48 #define LHD(row, str) mvwprintw(wnd, row, 10, str) macro
88 LHD(0, "total packet received");
89 LHD(1, " smaller than minimum");
90 LHD(2, " data size < data length");
91 LHD(3, " bad options");
92 LHD(4, " incorrect version no");
93 LHD(5, " headers not continuous");
94 LHD(6, " packet for this host");
95 LHD(7, " multicast we don't join");
96 LHD(
[all...]
H A Dip.c50 #define LHD(row, str) mvwprintw(wnd, row, 10, str) macro
95 LHD(0, "total packets received");
96 LHD(1, " passed to upper layers");
97 LHD(2, " with bad checksums");
98 LHD(3, " too short for header");
99 LHD(4, " too short for data");
100 LHD(5, " with invalid hlen");
101 LHD(6, " with invalid length");
102 LHD(7, " with invalid version");
103 LHD(
[all...]
H A Dicmp.c49 #define LHD(row, str) mvwprintw(wnd, row, 10, str) macro
51 #define BD(row, str) LHD(row, str); RHD(row, str)
98 LHD(3, "with bad code");
99 LHD(4, "with bad length");
100 LHD(5, "with bad checksum");
101 LHD(6, "with insufficient data");
115 LHD(15, "router advertisement");

Completed in 98 milliseconds