Home | History | Annotate | Download | only in netinet6

Lines Matching defs:nxt

256 	int nxt, ours = 0, rh_present = 0, frg_present;
606 nxt = hbh->ip6h_nxt;
615 nxt = ip6->ip6_nxt;
712 while (nxt != IPPROTO_DONE) {
731 if (nxt == IPPROTO_ROUTING) {
737 } else if (nxt == IPPROTO_FRAGMENT) {
752 if ((inet6sw[ip6_protox[nxt]].pr_flags
765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
1175 int nxt = xip6->ip6_nxt, off = sizeof(struct ip6_hdr);
1193 switch (nxt) {
1203 ext = ip6_pullexthdr(m, off, nxt);
1209 if (nxt == IPPROTO_AH)
1220 switch (nxt) {
1251 * the code just in case (nxt overwritten or
1261 nxt = ip6e->ip6e_nxt;
1313 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt)
1323 if (nxt == IPPROTO_AH)
1367 int len, nlen, nxt;
1370 nxt = ip6->ip6_nxt;
1376 switch (nxt) {
1388 nxt = ip6e.ip6e_nxt;
1481 int nxt;
1484 nxt = -1;
1485 nxtp = &nxt;