Searched refs:ip6_nxt (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_forward.c201 ip6->ip6_nxt,
485 ip6->ip6_nxt,
650 ip6->ip6_nxt, if_name(m->m_pkthdr.rcvif),
H A Dip6_input.c528 nxt = ip6->ip6_nxt;
637 ip6stat.ip6s_nxthist[ip6->ip6_nxt]++;
944 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) {
1010 nxt = ip6->ip6_nxt;
1603 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) {
1615 ip6->ip6_nxt);
1650 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr);
1889 return((char *) &ip6->ip6_nxt);
1894 nxt = ip6->ip6_nxt;
1945 *nxtp = ip6.ip6_nxt;
[all...]
H A Din6_gif.c185 ip6->ip6_nxt = proto;
H A Dudp6_output.c349 ip6->ip6_nxt = IPPROTO_UDP;
H A Draw_ip6.c184 if (in6_cksum(m, ip6->ip6_nxt, *offp,
502 ip6->ip6_nxt = in6p->in6p_ip6_nxt;
531 *p = in6_cksum(m, ip6->ip6_nxt, sizeof(*ip6), plen);
H A Dip6_fw.c306 *nxt = ip6->ip6_nxt;
566 int off = sizeof(struct ip6_hdr), nxt = ip6->ip6_nxt;
853 ti.ip6.ip6_nxt = IPPROTO_TCP;
H A Dip6_output.c572 u_char *nexthdrp = &ip6->ip6_nxt;
588 *mtod(exthdrs.ip6e_dest2, u_char *) = ip6->ip6_nxt;
589 ip6->ip6_nxt = IPPROTO_DSTOPTS;
1410 nextproto = ip6->ip6_nxt;
1411 ip6->ip6_nxt = IPPROTO_FRAGMENT;
H A Dicmp6.c979 u_int8_t nxt = eip6->ip6_nxt;
2229 ip6->ip6_nxt = IPPROTO_ICMPV6;
2330 ip6->ip6_nxt = IPPROTO_ICMPV6;
2730 ip6->ip6_nxt = IPPROTO_ICMPV6;
H A Dnd6_nbr.c627 ip6->ip6_nxt = IPPROTO_ICMPV6;
1337 ip6->ip6_nxt = IPPROTO_ICMPV6;
H A Dipsec.c2488 ip6->ip6_nxt = IPPROTO_IPV6;
2638 ip6->ip6_nxt = IPPROTO_IPV6;
3794 error = esp6_output(state->m, &ip6->ip6_nxt, state->m->m_next, sav);
3801 error = ah6_output(state->m, &ip6->ip6_nxt, state->m->m_next, sav);
H A Dmld6.c1983 ip6->ip6_nxt = IPPROTO_ICMPV6;
3386 ip6->ip6_nxt = IPPROTO_ICMPV6;
H A Dip6_mroute.c1020 ip6->ip6_nxt,
H A Dnd6_prproxy.c526 if (ip6->ip6_hlim != IPV6_MAXHLIM || ip6->ip6_nxt != IPPROTO_ICMPV6)
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h120 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
H A Dudp_usrreq.c767 ip6->ip6_nxt = ip->ip_p;
H A Dtcp_subr.c496 ip6->ip6_nxt = IPPROTO_TCP;
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1154 ip6->ip6_nxt = (*frag)->fr_p;
1828 else if (r->proto && r->proto != h->ip6_nxt)
1863 proto = h->ip6_nxt;
H A Dpf.c2453 h6->ip6_nxt = IPPROTO_TCP;
6667 pd2.proto = h2_6.ip6_nxt;
8631 nxt = h->ip6_nxt;
8701 pd.proto = h->ip6_nxt;
H A Ddlil.c3115 if (ip6->ip6_nxt == IPPROTO_TCP)
3117 else if (ip6->ip6_nxt == IPPROTO_UDP)

Completed in 201 milliseconds