Searched refs:PLURAL_SUFFIX (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-cdp.c | 272 name, type, len, PLURAL_SUFFIX(len)); in cdp_print() 291 name, type, len, PLURAL_SUFFIX(len)); in cdp_print()
|
H A D | tcpdump.c | 2731 PLURAL_SUFFIX(packets_captured)); in main() 2854 PLURAL_SUFFIX(packets_captured)); in info() 2860 PLURAL_SUFFIX(stats.ps_recv)); in info() 2866 PLURAL_SUFFIX(stats.ps_drop)); in info() 2873 stats.ps_ifdrop, PLURAL_SUFFIX(stats.ps_ifdrop)); in info()
|
H A D | print-ospf.c | 1062 ND_PRINT(", %u LSA%s", lsa_count_max, PLURAL_SUFFIX(lsa_count_max)); in ospf_decode_v2()
|
H A D | netdissect.h | 496 #define PLURAL_SUFFIX(n) \ macro
|