Home | History | Annotate | Download | only in netinet6

Lines Matching defs:nxt

358 	int nxt;
405 nxt = -1;
406 off = ip6_lasthdr(m, 0, IPPROTO_IPV6, &nxt);
407 if (off >= 0 && nxt == IPPROTO_ICMPV6) {
981 u_int8_t nxt = eip6->ip6_nxt;
995 switch (nxt) {
1006 if (nxt == IPPROTO_AH)
1010 nxt = eh->ip6e_nxt;
1022 nxt = rth->ip6r_nxt;
1041 nxt = fh->ip6f_nxt;
1100 ip6cp.ip6c_nxt = nxt;
1107 ctlfunc = inet6sw[ip6_protox[nxt]].pr_ctlinput;