Lines Matching refs:dsthdr
2245 ip6_dest_t *dsthdr = NULL; in ah_fix_phdr_v6() local
2284 dsthdr = NULL; in ah_fix_phdr_v6()
2350 dsthdr = (ip6_dest_t *)oi_opt; in ah_fix_phdr_v6()
2355 if (outbound && dsthdr->ip6d_nxt != IPPROTO_ROUTING && in ah_fix_phdr_v6()
2356 dsthdr->ip6d_nxt != IPPROTO_HOPOPTS) in ah_fix_phdr_v6()
2358 nexthdr = dsthdr->ip6d_nxt; in ah_fix_phdr_v6()
2359 ehdrlen = 8 * (dsthdr->ip6d_len + 1); in ah_fix_phdr_v6()
3604 ip6_dest_t *dsthdr; in ah_auth_in_done() local
3645 dsthdr = (ip6_dest_t *)whereptr; in ah_auth_in_done()
3646 nexthdr = &dsthdr->ip6d_nxt; in ah_auth_in_done()
3647 hdrlen = 8 * (dsthdr->ip6d_len + 1); in ah_auth_in_done()