Searched refs:RS_NOPROPAGATE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rdisc.c | 409 rtadd(RIP_DEFAULT, 0, RS_NOPROPAGATE, &new); in rdisc_age() 428 rtadd(RIP_DEFAULT, 0, RS_NOPROPAGATE, &new); in rdisc_age() 725 rtadd(RIP_DEFAULT, 0, RS_NOPROPAGATE, &new); in rdisc_sort()
|
H A D | input.c | 750 input_route(RIP_DEFAULT, 0, &new, n, RS_NOPROPAGATE); in input() 759 rt_state = RS_NOPROPAGATE; in input()
|
H A D | defs.h | 230 #define RS_NOPROPAGATE 0x0080 /* route which must not be propagated */ macro
|
H A D | output.c | 516 if (RT->rt_state & RS_NOPROPAGATE) in walk_supply()
|
H A D | trace.c | 627 { RS_NOPROPAGATE, 0, "NOPROP" },
|
H A D | if.c | 1877 rt_newstate |= RS_NOPROPAGATE; in addrouteforif()
|
H A D | table.c | 1036 rt_state |= RS_NOPROPAGATE; in kern_check_static()
|