Home
last modified time | relevance | path

Searched defs:ipsecstat (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/netinet6/
H A Dipsec.h212 struct ipsecstat { struct
213 u_quad_t in_success __attribute__ ((aligned(8))); /* succeeded inbound process */
214 u_quad_t in_polvio __attribute__ ((aligned(8)));
216 u_quad_t in_nosa __attribute__ ((aligned(8))); /* inbound SA is unavailable */
217 u_quad_t in_inval __attribute__ ((aligned(8))); /* inbound processing failed due to EINVAL */
218 u_quad_t in_nomem __attribute__ ((aligned(8))); /* inbound processing failed due to ENOBUFS */
219 u_quad_t in_badspi __attribute__ ((aligned(8))); /* failed getting a SPI */
220 u_quad_t in_ahreplay __attribute__ ((aligned(8))); /* AH replay check failed */
221 u_quad_t in_espreplay __attribute__ ((aligned(8))); /* ESP replay check failed */
222 u_quad_t in_ahauthsucc __attribute__ ((aligned(8))); /* AH authentication success */
[all …]
H A Dipsec.c140 struct ipsecstat ipsecstat; variable