Home
last modified time | relevance | path

Searched refs:sc_ro (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dif_stf.c162 #define sc_ro __sc_ro46.__sc_ro4 macro
605 dst4 = SIN(&sc->sc_ro.ro_dst); in stf_pre_output()
606 if (ROUTE_UNUSABLE(&sc->sc_ro) || dst4->sin_family != AF_INET || in stf_pre_output()
608 ROUTE_RELEASE(&sc->sc_ro); in stf_pre_output()
615 result = ip_output(m, NULL, &sc->sc_ro, IP_OUTARGS, NULL, &ipoa); in stf_pre_output()