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

/freebsd-9.3-release/tools/tools/crypto/
H A Dipsecstats.c87 struct ahstat ahs; local
95 slen = sizeof (ahs);
96 if (sysctlbyname("net.inet.ah.stats", &ahs, &slen, NULL, NULL) < 0)
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
[all...]
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Discsi.h95 typedef struct ahs { struct

Completed in 105 milliseconds