HomeSort by: relevance | last modified time | path
    Searched refs:RS_IF (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/routed/
defs.h 194 # define RS_IF 0x001 /* for network interface */
197 # define RS_NO_NET_SYN (RS_LOCAL | RS_IF)
240 && (!((rt_state) & RS_IF) \
if.c 1267 | (RS_IF|RS_LOCAL)),
1273 (RS_IF | RS_LOCAL), &loop_rts);
1398 rtchange(rt, ((rt->rt_state | RS_IF)
1408 rtadd(dst, ifp->int_mask, RS_IF, &new);
output.c 472 if ((RT->rt_state & RS_IF)
525 if (!(RT->rt_state & RS_IF)
611 && (!(RT->rt_state & RS_IF)
table.c 1431 if (!(RT->rt_state & RS_IF)) {
1844 | RS_NET_SYN | RS_IF)))
1915 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
2023 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
trace.c 532 { RS_IF, 0, "IF" },

Completed in 15 milliseconds