Home
last modified time | relevance | path

Searched defs:ahstat (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/netinet/
H A Dip_ah.h41 struct ahstat { struct
42 uint64_t ahs_hdrops; /* Packet shorter than header shows */
43 uint64_t ahs_nopf; /* Protocol family not supported */
44 uint64_t ahs_notdb;
45 uint64_t ahs_badkcr;
46 uint64_t ahs_badauth;
47 uint64_t ahs_noxform;
48 uint64_t ahs_qfull;
49 uint64_t ahs_wrap;
50 uint64_t ahs_replay;
[all …]
H A Dipsec_input.c697 struct ahstat ahstat; in ah_sysctl_ahstat() local
/openbsd-src/usr.bin/netstat/
H A Dinet.c956 &ahstat, &len, NULL, 0) == -1) { in ah_stats() local