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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_input.c374 nxt = ip6->ip6_nxt;
475 ip6stat.ip6s_nxthist[ip6->ip6_nxt]++;
779 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) {
834 nxt = ip6->ip6_nxt;
1362 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) {
1374 ip6->ip6_nxt);
1438 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr);
1626 return((char *) &ip6->ip6_nxt);
1631 nxt = ip6->ip6_nxt;
1682 *nxtp = ip6.ip6_nxt;
[all...]
H A Dip6_forward.c143 ip6->ip6_nxt,
384 ip6->ip6_nxt,
523 ip6->ip6_nxt, if_name(m->m_pkthdr.rcvif),
H A Draw_ip6.c134 int proto = ip6->ip6_nxt;
163 if (in6_cksum(m, ip6->ip6_nxt, *offp,
398 ip6->ip6_nxt = in6p->in6p_ip6_nxt;
427 *p = in6_cksum(m, ip6->ip6_nxt, sizeof(*ip6), plen);
H A Din6_gif.c159 ip6->ip6_nxt = proto;
246 proto = ip6->ip6_nxt;
H A Dudp6_output.c298 ip6->ip6_nxt = IPPROTO_UDP;
H A Dmld6.c442 ip6->ip6_nxt = IPPROTO_ICMPV6;
H A Dip6_fw.c303 *nxt = ip6->ip6_nxt;
559 int off = sizeof(struct ip6_hdr), nxt = ip6->ip6_nxt;
846 ti.ip6.ip6_nxt = IPPROTO_TCP;
H A Dnd6_nbr.c399 ip6->ip6_nxt = IPPROTO_ICMPV6;
898 ip6->ip6_nxt = IPPROTO_ICMPV6;
H A Dip6_output.c340 u_char *nexthdrp = &ip6->ip6_nxt;
356 *mtod(exthdrs.ip6e_dest2, u_char *) = ip6->ip6_nxt;
357 ip6->ip6_nxt = IPPROTO_DSTOPTS;
1059 nextproto = ip6->ip6_nxt;
1060 ip6->ip6_nxt = IPPROTO_FRAGMENT;
H A Dfrag6.c354 ip6af->ip6af_nxt = ip6->ip6_nxt;
H A Dicmp6.c885 u_int8_t nxt = eip6->ip6_nxt;
2050 ip6->ip6_nxt = IPPROTO_ICMPV6;
2167 ip6->ip6_nxt = IPPROTO_ICMPV6;
2532 ip6->ip6_nxt = IPPROTO_ICMPV6;
H A Dip6_mroute.c1001 ip6->ip6_nxt,
1657 proto = ip6->ip6_nxt;
H A Dipsec.c2330 ip6->ip6_nxt = IPPROTO_IPV6;
3488 error = esp6_output(state->m, &ip6->ip6_nxt, state->m->m_next, sav);
3495 error = ah6_output(state->m, &ip6->ip6_nxt, state->m->m_next, sav);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h120 #define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt macro
H A Dip_encap.c275 proto = ip6->ip6_nxt;
H A Dudp_usrreq.c701 ip6->ip6_nxt = ip->ip_p;
H A Dtcp_subr.c400 ip6->ip6_nxt = IPPROTO_TCP;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c1226 if (ip6->ip6_nxt == IPPROTO_TCP)
1228 else if (ip6->ip6_nxt == IPPROTO_UDP)

Completed in 215 milliseconds