Lines Matching refs:nxt
397 int *nxt, int *ours)
435 *nxt = hbh->ip6h_nxt;
475 int off, nxt;
484 nxt = ip6dc->ip6dc_nxt;
491 while (nxt != IPPROTO_DONE) {
509 if (IPSEC_INPUT(ipv6, m, off, nxt) != 0)
514 nxt = ip6_protox[nxt](&m, &off, nxt);
532 int nxt, ours = 0;
843 if (ip6_input_hbh(&m, &plen, &rtalert, &off, &nxt, &ours) != 0)
846 nxt = ip6->ip6_nxt;
918 while (nxt != IPPROTO_DONE) {
936 if (IPSEC_INPUT(ipv6, m, off, nxt) != 0)
941 nxt = ip6_protox[nxt](&m, &off, nxt);
1434 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr);
1451 switch (nxt) {
1464 if (nxt == IPPROTO_AH)
1471 switch (nxt) {
1500 * the code just in case (nxt overwritten or
1508 nxt = ip6e->ip6e_nxt;
1605 int len, nlen, nxt;
1613 nxt = ip6->ip6_nxt;
1618 switch (nxt) {
1629 nxt = ip6e.ip6e_nxt;
1716 int nxt;
1719 nxt = -1;
1720 nxtp = &nxt;