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

/freebsd-10.0-release/sys/netinet/
H A Din.c877 struct route ia_ro; local
879 bzero(&ia_ro, sizeof(ia_ro));
880 *((struct sockaddr_in *)(&ia_ro.ro_dst)) = ia->ia_addr;
881 rtalloc_ign_fib(&ia_ro, 0, RT_DEFAULT_FIB);
882 if ((ia_ro.ro_rt != NULL) && (ia_ro.ro_rt->rt_ifp != NULL) &&
883 (ia_ro.ro_rt->rt_ifp == V_loif)) {
884 RT_LOCK(ia_ro.ro_rt);
885 RT_ADDREF(ia_ro
1038 struct route ia_ro; local
[all...]

Completed in 61 milliseconds