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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_var.h127 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */ member in struct:ip6po_rhinfo
130 #define ip6po_rthdr ip6po_rhinfo.ip6po_rhi_rthdr
H A Dip6_output.c1809 opt->ip6po_rhinfo.ip6po_rhi_rthdr)
1883 if (needfree && pktopt->ip6po_rhinfo.ip6po_rhi_rthdr)
1884 FREE(pktopt->ip6po_rhinfo.ip6po_rhi_rthdr, M_IP6OPT);
1885 pktopt->ip6po_rhinfo.ip6po_rhi_rthdr = NULL;

Completed in 184 milliseconds