Searched refs:ip6po_rthdr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_output.c225 MAKE_EXTHDR(opt->ip6po_rthdr, &exthdrs.ip6e_rthdr);
549 if (opt && opt->ip6po_rthdr)
1946 PKTOPT_EXTHDRCPY(ip6po_rthdr); /* not copy the cached route */
1955 if (dst->ip6po_rthdr) FREE(dst->ip6po_rthdr, M_IP6OPT);
2581 if (opt->ip6po_rthdr == NULL)
2623 opt->ip6po_rthdr = _MALLOC(rthlen, M_IP6OPT,
2625 bcopy(rth, opt->ip6po_rthdr, rthlen);
2627 opt->ip6po_rthdr = rth;
2757 if (in6p->in6p_outputopts->ip6po_rthdr)
[all...]
H A Dip6_var.h130 #define ip6po_rthdr ip6po_rhinfo.ip6po_rhi_rthdr macro
H A Draw_ip6.c458 if (optp == &opt && optp->ip6po_rthdr && optp->ip6po_route.ro_rt) {

Completed in 77 milliseconds