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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Draw_ip6.c458 if (optp == &opt && optp->ip6po_rthdr && optp->ip6po_route.ro_rt) {
459 rtfree(optp->ip6po_route.ro_rt);
460 optp->ip6po_route.ro_rt = NULL;
H A Dip6_var.h131 #define ip6po_route ip6po_rhinfo.ip6po_rhi_route macro
H A Dip6_output.c550 ro = &opt->ip6po_route;
1886 if (pktopt->ip6po_route.ro_rt) {
1887 rtfree(pktopt->ip6po_route.ro_rt);
1888 pktopt->ip6po_route.ro_rt = NULL;

Completed in 83 milliseconds