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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c480 if (opt->ip6po_rthdr) {
494 MAKE_EXTHDR(opt->ip6po_rthdr, &exthdrs.ip6e_rthdr);
903 if (opt != NULL && opt->ip6po_rthdr)
2924 if (pktopt && pktopt->ip6po_rthdr) {
2925 optdata = (void *)pktopt->ip6po_rthdr;
2926 ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr;
3073 PKTOPT_EXTHDRCPY(ip6po_rthdr); /* not copy the cached route */
3591 if (opt->ip6po_rthdr == NULL)
3646 opt->ip6po_rthdr = _MALLOC(rthlen, M_IP6OPT, M_NOWAIT);
3647 if (opt->ip6po_rthdr
[all...]
H A Dip6_var.h196 #define ip6po_rthdr ip6po_rhinfo.ip6po_rhi_rthdr macro
H A Draw_ip6.c645 if (optp == &opt && optp->ip6po_rthdr)

Completed in 33 milliseconds