Lines Matching refs:dsthdr
2400 ip6_dest_t *dsthdr = NULL; in ah_fix_phdr_v6() local
2439 dsthdr = NULL; in ah_fix_phdr_v6()
2505 dsthdr = (ip6_dest_t *)oi_opt; in ah_fix_phdr_v6()
2510 if (outbound && dsthdr->ip6d_nxt != IPPROTO_ROUTING && in ah_fix_phdr_v6()
2511 dsthdr->ip6d_nxt != IPPROTO_HOPOPTS) in ah_fix_phdr_v6()
2513 nexthdr = dsthdr->ip6d_nxt; in ah_fix_phdr_v6()
2514 ehdrlen = 8 * (dsthdr->ip6d_len + 1); in ah_fix_phdr_v6()
3759 ip6_dest_t *dsthdr; in ah_auth_in_done() local
3800 dsthdr = (ip6_dest_t *)whereptr; in ah_auth_in_done()
3801 nexthdr = &dsthdr->ip6d_nxt; in ah_auth_in_done()
3802 hdrlen = 8 * (dsthdr->ip6d_len + 1); in ah_auth_in_done()