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

/freebsd-10-stable/sys/netinet6/
H A Dip6_output.c330 if (opt->ip6po_rthdr) {
344 MAKE_EXTHDR(opt->ip6po_rthdr, &exthdrs.ip6e_rthdr);
493 if (opt && opt->ip6po_rthdr)
2181 if (pktopt && pktopt->ip6po_rthdr) {
2182 optdata = (void *)pktopt->ip6po_rthdr;
2183 ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr;
2333 PKTOPT_EXTHDRCPY(ip6po_rthdr); /* not copy the cached route */
2720 if (opt->ip6po_rthdr == NULL)
2777 opt->ip6po_rthdr = malloc(rthlen, M_IP6OPT, M_NOWAIT);
2778 if (opt->ip6po_rthdr
[all...]
H A Dip6_var.h125 #define ip6po_rthdr ip6po_rhinfo.ip6po_rhi_rthdr macro

Completed in 161 milliseconds