Lines Matching defs:nexthdr
2148 uint8_t nexthdr;
2179 nexthdr = ah->ah_nexthdr;
2287 ipha->ipha_protocol = nexthdr;
2397 uint8_t nexthdr;
2435 nexthdr = oip6h->ip6_nxt;
2437 ASSERT(nexthdr != IPPROTO_FRAGMENT);
2441 switch (nexthdr) {
2444 nexthdr = hbhhdr->ip6h_nxt;
2459 nexthdr = rthdr->ip6r0_nxt;
2513 nexthdr = dsthdr->ip6d_nxt;
2538 ah->ah_nexthdr = nexthdr;
3757 uint8_t *nexthdr;
3785 nexthdr = &ip6h->ip6_nxt;
3789 while (*nexthdr != IPPROTO_AH) {
3792 ASSERT(*nexthdr != IPPROTO_FRAGMENT);
3793 switch (*nexthdr) {
3796 nexthdr = &hbhhdr->ip6h_nxt;
3801 nexthdr = &dsthdr->ip6d_nxt;
3806 nexthdr = &rthdr->ip6r0_nxt;
3811 *nexthdr = ah->ah_nexthdr;