Searched refs:p1a (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.bin/netstat/
H A Dsctp.c629 #define p1a(f, m) if (sctpstat.f || sflag <= 1) \ macro
648 p1a(sctps_recvauthfailed, "\t\t%ju auth failed\n");
649 p1a(sctps_recvexpress, "\t\t%ju fast path receives all one chunk\n");
650 p1a(sctps_recvexpressm, "\t\t%ju fast path multi-part data\n");
665 p1a(sctps_senderrors, "\t\t%ju ip_output error counter\n");
671 p1a(sctps_pdrpfmbox, "\t\t%ju from middle box\n");
672 p1a(sctps_pdrpfehos, "\t\t%ju from end host\n");
673 p1a(sctps_pdrpmbda, "\t\t%ju with data\n");
674 p1a(sctps_pdrpmbct, "\t\t%ju non-data, non-endhost\n");
675 p1a(sctps_pdrpbwrp
783 #undef p1a macro
[all...]
H A Dinet.c614 #define p1a(f, m) if (tcpstat.f || sflag <= 1) \ macro
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_rese
727 #undef p1a macro
764 #define p1a macro
790 #undef p1a macro
868 #define p1a macro
905 #undef p1a macro
1019 #define p1a macro
1063 #undef p1a macro
[all...]
H A Dinet6.c385 #define p1a(f, m) if (ip6stat.f || sflag <= 1) \ macro
389 p1a(ip6s_toosmall, "\t%ju with size smaller than minimum\n");
390 p1a(ip6s_tooshort, "\t%ju with data size < data length\n");
391 p1a(ip6s_badoptions, "\t%ju with bad options\n");
392 p1a(ip6s_badvers, "\t%ju with incorrect version number\n");
521 #undef p1a macro

Completed in 77 milliseconds