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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinterface.h58 #define RIP6_IFF_NORTEXCH 0x8 /* don't exchange route info */ macro
H A Dstartup.c125 ifs.int_flags |= RIP6_IFF_NORTEXCH;
223 * RIP6_IFF_NORTEXCH flag change by itself shouldn't
226 * changes of RIP6_IFF_NORTEXCH in the following
230 ((ifp->int_flags | RIP6_IFF_NORTEXCH) ==
231 (ifs.int_flags | RIP6_IFF_NORTEXCH)) &&
236 * value of RIP6_IFF_NORTEXCH flag.
238 if (ifs.int_flags & RIP6_IFF_NORTEXCH)
239 ifp->int_flags |= RIP6_IFF_NORTEXCH;
241 ifp->int_flags &= ~RIP6_IFF_NORTEXCH;
H A Doutput.c55 if (ifp->int_flags & RIP6_IFF_NORTEXCH) {
94 if (ifp->int_flags & RIP6_IFF_NORTEXCH) {
H A Dif.c82 { RIP6_IFF_NORTEXCH, "NORTEXCH" },
H A Dinput.c153 if (ifp->int_flags & RIP6_IFF_NORTEXCH) {

Completed in 61 milliseconds