Searched refs:RIP6_IFF_POINTOPOINT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinterface.h56 #define RIP6_IFF_POINTOPOINT 0x2 /* interface is p-to-p link */ macro
H A Dif.c80 { RIP6_IFF_POINTOPOINT, "POINTOPOINT" },
115 if (ifp->int_flags & RIP6_IFF_POINTOPOINT) {
H A Dstartup.c123 ifs.int_flags |= RIP6_IFF_POINTOPOINT;
146 if (ifs.int_flags & RIP6_IFF_POINTOPOINT) {
243 if (!(ifp->int_flags & RIP6_IFF_POINTOPOINT) &&
247 if ((ifp->int_flags & RIP6_IFF_POINTOPOINT) &&
369 if (ifp->int_flags & RIP6_IFF_POINTOPOINT)

Completed in 62 milliseconds