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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h196 #define ip6po_route ip6po_rhinfo.ip6po_rhi_route macro
H A Draw_ip6.c606 if (optp == &opt && optp->ip6po_rthdr && optp->ip6po_route.ro_rt) {
607 rtfree(optp->ip6po_route.ro_rt);
608 optp->ip6po_route.ro_rt = NULL;
H A Dip6_output.c795 ro = &opt->ip6po_route;
2819 if (pktopt->ip6po_route.ro_rt) {
2820 rtfree(pktopt->ip6po_route.ro_rt);
2821 pktopt->ip6po_route.ro_rt = NULL;

Completed in 27 milliseconds