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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c667 int ah_offset; local
681 ah_offset = ipsec_ah_get_hdr_size_v6(mp, B_TRUE);
685 ah_offset = ipha->ipha_version_and_hdr_length -
687 ah_offset <<= 2;
695 pullup_len = ah_offset + sizeof (ah_t);
713 ah = (ah_t *)(mp->b_rptr + ah_offset);
H A Dipsecah.c2386 * is set. It just returns the ah_offset - offset of the AH header
2866 size_t skip_len, uint32_t ah_offset, ipsa_t *assoc)
2911 (char *)phdr_mp->b_cont->b_rptr - skip_len + ah_offset +
3059 uint_t ah_offset; local
3131 ah_offset = *length_to_skip;
3137 ah_offset = ah_fix_phdr_v6(ip6h, oip6h, outbound, B_FALSE);
3138 if (ah_offset == 0) {
3143 if (!ah_finish_up(((ah_t *)((uint8_t *)ip6h + ah_offset)),
3144 (outbound ? NULL : ((ah_t *)((uint8_t *)oip6h + ah_offset))),
3154 phdr_mp->b_wptr = ((uint8_t *)ip6h + ah_offset
2865 ah_submit_req_inbound(mblk_t *phdr_mp, ip_recv_attr_t *ira, size_t skip_len, uint32_t ah_offset, ipsa_t *assoc) argument
3528 uint32_t ah_offset; local
3630 uint_t ah_offset = 0; local
3935 uint_t ah_offset; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Ddditypes.h278 off_t ah_offset; /* offset of mapping */ member in struct:ddi_acc_hdl

Completed in 52 milliseconds