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

/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dtable.h97 #define RTS_INTERFACE IFF_INTERFACE /* route is for network interface */ macro
H A Dinput.c199 if (rt == 0 || (rt->rt_state & RTS_INTERFACE) == 0) {
210 if ((rt = rtfind(from)) && (rt->rt_state & RTS_INTERFACE)) {
H A Dtables.c285 if ((rt->rt_state & RTS_INTERFACE) && metric) {
286 rt->rt_state &= ~RTS_INTERFACE;
342 if (rt->rt_state & RTS_INTERFACE) {
H A Dtrace.c179 { RTS_INTERFACE,"INTERFACE" },
239 { RTS_INTERFACE,"INTERFACE" },
H A Dtimer.c111 !(rt->rt_state & RTS_INTERFACE))

Completed in 88 milliseconds