Searched defs:inbound_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
2569 if (inbound_ah == NULL) {
2605 phdr_ah->ah_nexthdr = inbound_ah->ah_nexthdr;
2606 phdr_ah->ah_length = inbound_ah->ah_length;
2608 ASSERT(inbound_ah->ah_spi == assoc->ipsa_spi);
2609 phdr_ah->ah_spi = inbound_ah->ah_spi;
2610 phdr_ah->ah_replay = inbound_ah->ah_replay;
2613 uchar_t *opad = ((uchar_t *)inbound_ah +

Completed in 53 milliseconds