Searched refs:ahs (Results 1 – 2 of 2) sorted by relevance
/freebsd/tools/tools/crypto/ |
H A D | ipsecstats.c | 90 struct ahstat ahs; in main() local 98 slen = sizeof (ahs); in main() 99 if (sysctlbyname("net.inet.ah.stats", &ahs, &slen, NULL, 0) < 0) in main() 106 AHSTAT(ahs.ahs_input, "input packets processed"); in main() 107 AHSTAT(ahs.ahs_output, "output packets processed"); in main() 108 AHSTAT(ahs.ahs_hdrops, "headers too short"); in main() 109 AHSTAT(ahs.ahs_nopf, "headers for unsupported address family"); in main() 110 AHSTAT(ahs.ahs_notdb, "packets with no SA"); in main() 111 AHSTAT(ahs.ahs_badkcr, "packets with bad kcr"); in main() 112 AHSTAT(ahs.ahs_badauth, "packets with bad authentication"); in main() [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | set_constraint_handler_s.c | 86 static const char ahs[] = "abort_handler_s : "; in abort_handler_s() local 88 (void) _write(STDERR_FILENO, ahs, sizeof(ahs) - 1); in abort_handler_s()
|