Searched defs:phdr_ah (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c2548 ah_finish_up(ah_t *phdr_ah, ah_t *inbound_ah, ipsa_t *assoc, argument
2567 bzero(phdr_ah + 1, ah_data_sz); /* Zero out ICV for pseudo-hdr. */
2572 phdr_ah->ah_length = (ah_align_sz >> 2) + 1;
2573 phdr_ah->ah_reserved = 0;
2574 phdr_ah->ah_spi = assoc->ipsa_spi;
2576 phdr_ah->ah_replay =
2578 if (phdr_ah->ah_replay == 0 && assoc->ipsa_replay_wsize != 0) {
2586 "sequence.\n", phdr_ah->ah_spi,
2596 uchar_t *pad = ((uchar_t *)phdr_ah + sizeof (ah_t) +
2605 phdr_ah
[all...]

Completed in 66 milliseconds