Searched refs:ahs (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/tools/tools/crypto/ |
| HD | ipsecstats.c | 92 struct ahstat ahs; in main() local 100 slen = sizeof (ahs); in main() 101 if (sysctlbyname("net.inet.ah.stats", &ahs, &slen, NULL, 0) < 0) in main() 108 AHSTAT(ahs.ahs_input, "input packets processed"); in main() 109 AHSTAT(ahs.ahs_output, "output packets processed"); in main() 110 AHSTAT(ahs.ahs_hdrops, "headers too short"); in main() 111 AHSTAT(ahs.ahs_nopf, "headers for unsupported address family"); in main() 112 AHSTAT(ahs.ahs_notdb, "packets with no SA"); in main() 113 AHSTAT(ahs.ahs_badkcr, "packets with bad kcr"); in main() 114 AHSTAT(ahs.ahs_badauth, "packets with bad authentication"); in main() [all …]
|
| /NextBSD/sys/dev/iscsi_initiator/ |
| HD | iscsi.h | 95 typedef struct ahs { struct
|