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

/freebsd-9.3-release/tools/tools/crypto/
H A Dipsecstats.c102 #define AHSTAT(x,fmt) if (x) printf("ah " fmt ": %u\n", x) macro
104 AHSTAT(ahs.ahs_input, "input packets processed");
105 AHSTAT(ahs.ahs_output, "output packets processed");
106 AHSTAT(ahs.ahs_hdrops, "headers too short");
107 AHSTAT(ahs.ahs_nopf, "headers for unsupported address family");
108 AHSTAT(ahs.ahs_notdb, "packets with no SA");
109 AHSTAT(ahs.ahs_badkcr, "packets with bad kcr");
110 AHSTAT(ahs.ahs_badauth, "packets with bad authentication");
111 AHSTAT(ahs.ahs_noxform, "packets with no xform");
112 AHSTAT(ah
130 #undef AHSTAT macro
[all...]

Completed in 48 milliseconds