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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1525 uint64_t ah_mask, esp_mask; local
1537 ah_mask = (ah_assoc != NULL) ? ah_assoc->ipsa_unique_mask : 0;
1540 if ((ah_mask == 0) && (esp_mask == 0))
1549 if (ah_mask != 0 &&
1550 ah_assoc->ipsa_unique_id != (pkt_unique & ah_mask)) {

Completed in 60 milliseconds