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

/freebsd-11-stable/tools/tools/crypto/
H A Dipsecstats.c107 #define AHSTAT(x,fmt) if (x) printf("ah " fmt ": %ju\n", (uintmax_t)x) macro
108 AHSTAT(ahs.ahs_input, "input packets processed");
109 AHSTAT(ahs.ahs_output, "output packets processed");
110 AHSTAT(ahs.ahs_hdrops, "headers too short");
111 AHSTAT(ahs.ahs_nopf, "headers for unsupported address family");
112 AHSTAT(ahs.ahs_notdb, "packets with no SA");
113 AHSTAT(ahs.ahs_badkcr, "packets with bad kcr");
114 AHSTAT(ahs.ahs_badauth, "packets with bad authentication");
115 AHSTAT(ahs.ahs_noxform, "packets with no xform");
116 AHSTAT(ah
133 #undef AHSTAT macro
[all...]

Completed in 47 milliseconds