Lines Matching defs:ps

409 #define	ps(f, m) if (tcpstat[f] || sflag <= 1) \
456 ps(TCP_STAT_RCVSHORT, "\t\t%" PRIu64 " discarded because packet too short\n");
479 ps(TCP_STAT_NOPORT, "\t%" PRIu64 " dropped due to no socket\n");
485 ps(TCP_STAT_SC_ADDED, "\t%" PRIu64 " SYN cache entries added\n");
487 ps(TCP_STAT_SC_COMPLETED, "\t\t%" PRIu64 " completed\n");
488 ps(TCP_STAT_SC_ABORTED, "\t\t%" PRIu64 " aborted (no space to build PCB)\n");
489 ps(TCP_STAT_SC_TIMED_OUT, "\t\t%" PRIu64 " timed out\n");
490 ps(TCP_STAT_SC_OVERFLOWED, "\t\t%" PRIu64 " dropped due to overflow\n");
491 ps(TCP_STAT_SC_BUCKETOVERFLOW, "\t\t%" PRIu64 " dropped due to bucket overflow\n");
492 ps(TCP_STAT_SC_RESET, "\t\t%" PRIu64 " dropped due to RST\n");
493 ps(TCP_STAT_SC_UNREACH, "\t\t%" PRIu64 " dropped due to ICMP unreachable\n");
494 ps(TCP_STAT_SC_DELAYED_FREE, "\t\t%" PRIu64 " delayed free of SYN cache "
507 #undef ps
536 #define ps(f, m) if (udpstat[f] || sflag <= 1) \
544 ps(UDP_STAT_HDROPS, "\t%" PRIu64 " with incomplete header\n");
545 ps(UDP_STAT_BADLEN, "\t%" PRIu64 " with bad data length field\n");
546 ps(UDP_STAT_BADSUM, "\t%" PRIu64 " with bad checksum\n");
547 ps(UDP_STAT_NOPORT, "\t%" PRIu64 " dropped due to no socket\n");
550 ps(UDP_STAT_FULLSOCK, "\t%" PRIu64 " dropped due to full socket buffers\n");
563 #undef ps
589 #define ps(f, m) if (ipstat[f] || sflag <= 1) \
596 ps(IP_STAT_TOOSMALL, "\t%" PRIu64 " with size smaller than minimum\n");
597 ps(IP_STAT_TOOSHORT, "\t%" PRIu64 " with data size < data length\n");
598 ps(IP_STAT_TOOLONG, "\t%" PRIu64 " with length > max ip packet size\n");
599 ps(IP_STAT_BADHLEN, "\t%" PRIu64 " with header length < data size\n");
600 ps(IP_STAT_BADLEN, "\t%" PRIu64 " with data length < header length\n");
601 ps(IP_STAT_BADOPTIONS, "\t%" PRIu64 " with bad options\n");
602 ps(IP_STAT_BADVERS, "\t%" PRIu64 " with incorrect version number\n");
626 #undef ps
832 #define ps(f, m) if (arpstat[f] || sflag <= 1) \
849 ps(ARP_STAT_RCVNOINT, "\t\t%" PRIu64 " could not be mapped to an interface\n");
861 ps(ARP_STAT_DFRSENT, "\t\t%" PRIu64 " sent\n");
862 ps(ARP_STAT_DFRDROPPED, "\t\t%" PRIu64 " dropped\n");
866 #undef ps