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

/freebsd-9.3-release/sys/netinet/
H A Din.c937 struct route ia_ro; local
939 bzero(&ia_ro, sizeof(ia_ro));
940 *((struct sockaddr_in *)(&ia_ro.ro_dst)) = ia->ia_addr;
941 rtalloc_ign_fib(&ia_ro, 0, RT_DEFAULT_FIB);
942 if ((ia_ro.ro_rt != NULL) && (ia_ro.ro_rt->rt_ifp != NULL) &&
943 (ia_ro.ro_rt->rt_ifp == V_loif)) {
944 RT_LOCK(ia_ro.ro_rt);
945 RT_ADDREF(ia_ro
1067 struct route ia_ro; local
[all...]

Completed in 84 milliseconds