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

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dipsecesp.h88 uint32_t esph_replay; member in struct:esph
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c78 ntohl(aligned_esph->esph_replay));
92 (void) sprintf(get_line((char *)&esph->esph_replay -
94 ntohl(aligned_esph->esph_replay));
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1155 if (!sadb_replay_peek(ipsa, esph->esph_replay)) {
1700 if (!sadb_replay_check(assoc, esph->esph_replay)) {
2821 esph_ptr->esph_replay = htonl(atomic_add_32_nv(&assoc->ipsa_replay, 1));
2822 if (esph_ptr->esph_replay == 0 && assoc->ipsa_replay_wsize != 0) {

Completed in 126 milliseconds