HomeSort by: relevance | last modified time | path
    Searched defs:LHD (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/systat/
icmp.c 49 #define LHD(row, str) mvwprintw(wnd, row, 10, str)
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");
ip.c 50 #define LHD(row, str) mvwprintw(wnd, row, 10, str)
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(8, " too large")
    [all...]
ip6.c 48 #define LHD(row, str) mvwprintw(wnd, row, 10, str)
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(8, " too many headers")
    [all...]
tcp.c 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")
    [all...]

Completed in 12 milliseconds