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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c2041 uint8_t *post_ah_ptr; local
2108 post_ah_ptr = (uint8_t *)ah + ah_length;
2110 if (post_ah_ptr > mp->b_wptr) {
2120 ovbcopy(post_ah_ptr, ah,
2121 (size_t)((uintptr_t)mp->b_wptr - (uintptr_t)post_ah_ptr));

Completed in 68 milliseconds