Home | History | Annotate | Download | only in netipsec

Lines Matching defs:nxt

454 	int protoff, nxt;
468 nxt = (mtod(*mp, struct ip6_hdr *))->ip6_nxt;
474 if (nxt == IPPROTO_AH)
476 else if (nxt == IPPROTO_FRAGMENT)
482 nxt = ip6e.ip6e_nxt;
513 int nxt;
555 nxt = prot;
556 while (nxt != IPPROTO_DONE) {
582 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
595 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);