Lines Matching defs:p1a

614 #define	p1a(f, m) if (tcpstat.f || sflag <= 1)				\
662 p1a(tcps_rcvshort, "\t\t%ju discarded because packet too short\n");
663 p1a(tcps_rcvmemdrop, "\t\t%ju discarded due to memory problems\n");
693 p1a(tcps_sc_retransmitted, "\t\t%ju retransmitted\n");
694 p1a(tcps_sc_dupsyn, "\t\t%ju dupsyn\n");
695 p1a(tcps_sc_dropped, "\t\t%ju dropped\n");
696 p1a(tcps_sc_completed, "\t\t%ju completed\n");
697 p1a(tcps_sc_bucketoverflow, "\t\t%ju bucket overflow\n");
698 p1a(tcps_sc_cacheoverflow, "\t\t%ju cache overflow\n");
699 p1a(tcps_sc_reset, "\t\t%ju reset\n");
700 p1a(tcps_sc_stale, "\t\t%ju stale\n");
701 p1a(tcps_sc_aborted, "\t\t%ju aborted\n");
702 p1a(tcps_sc_badack, "\t\t%ju badack\n");
703 p1a(tcps_sc_unreach, "\t\t%ju unreach\n");
709 p1a(tcps_hc_bucketoverflow, "\t\t%ju bucket overflow\n");
719 p1a(tcps_sack_sboverflow, "\t%ju SACK scoreboard overflow\n");
738 #undef p1a
767 #define p1a(f, m) if (udpstat.f || sflag <= 1) \
770 p1a(udps_hdrops, "with incomplete header\n");
771 p1a(udps_badlen, "with bad data length field\n");
772 p1a(udps_badsum, "with bad checksum\n");
773 p1a(udps_nosum, "with no checksum\n");
774 p1a(udps_noport, "dropped due to no socket\n");
777 p1a(udps_fullsock, "dropped due to full socket buffers\n");
778 p1a(udpps_pcbhashmiss, "not for hashed pcb\n");
793 #undef p1a
851 #define p1a(f, m) if (ipstat.f || sflag <= 1) \
856 p1a(ips_toosmall, "\t%ju with size smaller than minimum\n");
857 p1a(ips_tooshort, "\t%ju with data size < data length\n");
858 p1a(ips_toolong, "\t%ju with ip length > max ip packet size\n");
859 p1a(ips_badhlen, "\t%ju with header length < data size\n");
860 p1a(ips_badlen, "\t%ju with data length < header length\n");
861 p1a(ips_badoptions, "\t%ju with bad options\n");
862 p1a(ips_badvers, "\t%ju with incorrect version number\n");
888 #undef p1a
986 #define p1a(f, m) if (icmpstat.f || sflag <= 1) \
1011 p1a(icps_bmcastecho, "\t%lu multicast echo requests ignored\n");
1012 p1a(icps_bmcasttstamp, "\t%lu multicast timestamp requests ignored\n");
1030 #undef p1a