Home
last modified time | relevance | path

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

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