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

/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dtables.c141 rt->rt_router = *gate;
147 rt->rt_ifp = if_ifwithnet(&rt->rt_router);
190 rt->rt_router = *gate;
196 rt->rt_ifp = if_ifwithnet(&rt->rt_router);
249 if (equal(&trt->rt_router, gate)) {
269 *gate = trt->rt_router;
274 if (!equal(&rt->rt_router, gate))
281 rt->rt_router = *gate;
299 rt->rt_ifp = if_ifwithnet(&rt->rt_router);
308 ipx_ntoa(&((struct sockaddr_ipx *)&rt->rt_router)
[all...]
H A Dinput.c247 if (!equal(from, &rt->rt_router) &&
254 if (equal(from, &trt->rt_router)) {
267 if ((equal(from, &rt->rt_router) &&
283 } else if (equal(from, &rt->rt_router) &&
H A Dtable.h86 #define rt_router rt_rtu.rtu_entry.rtu_router /* who to forward to */ macro
H A Dtrace.c191 gate = (struct sockaddr_ipx *)&rt->rt_router;
249 gate = (struct sockaddr_ipx *)&rt->rt_router;
486 ipxdp_ntoa(&satoipx_addr(rip->rt_router)),
H A Doutput.c187 sipx = (struct sockaddr_ipx *)&rt->rt_router;
/freebsd-10.0-release/sbin/routed/
H A Dif.c1163 || rt->rt_router != loopaddr) {
1223 if (rt != 0 && rt->rt_router != loopaddr) {
1362 || rt->rt_router != ifp->int_addr)
H A Ddefs.h217 #define rt_router rt_spares[0].rts_router macro
H A Dtrace.c782 && rt->rt_router == new->rts_router

Completed in 188 milliseconds