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

/freebsd-13-stable/tools/tools/crypto/
H A Dipsecstats.c92 struct ahstat ahs; local
100 slen = sizeof (ahs);
101 if (sysctlbyname("net.inet.ah.stats", &ahs, &slen, NULL, 0) < 0)
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
[all...]
/freebsd-13-stable/lib/libc/stdlib/
H A Dset_constraint_handler_s.c89 static const char ahs[] = "abort_handler_s : "; local
91 (void) _write(STDERR_FILENO, ahs, sizeof(ahs) - 1);
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Discsi.h97 typedef struct ahs { struct

Completed in 174 milliseconds