Home
last modified time | relevance | path

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 Dstartup.c123 ifs.int_flags |= RIP6_IFF_NORTEXCH; in initifs()
228 ((ifp->int_flags | RIP6_IFF_NORTEXCH) == in initifs()
229 (ifs.int_flags | RIP6_IFF_NORTEXCH)) && in initifs()
236 if (ifs.int_flags & RIP6_IFF_NORTEXCH) in initifs()
237 ifp->int_flags |= RIP6_IFF_NORTEXCH; in initifs()
239 ifp->int_flags &= ~RIP6_IFF_NORTEXCH; in initifs()
H A Doutput.c55 if (ifp->int_flags & RIP6_IFF_NORTEXCH) { in supplyall()
94 if (ifp->int_flags & RIP6_IFF_NORTEXCH) { in solicitall()
H A Dinterface.h58 #define RIP6_IFF_NORTEXCH 0x8 /* don't exchange route info */ macro
H A Dif.c80 { RIP6_IFF_NORTEXCH, "NORTEXCH" }, in if_dump2()
H A Dinput.c151 if (ifp->int_flags & RIP6_IFF_NORTEXCH) { in rip_input()