Searched refs:IS_BCAST_RDISC (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c575 IS_BCAST_RDISC), "REMOTE" },
606 IS_NO_ADV_OUT), IS_BCAST_RDISC, "NO_RDISC" },
609 { IS_NO_ADV_OUT, IS_BCAST_RDISC, "NO_RDISC_ADV" },
611 { IS_BCAST_RDISC, 0, "BCAST_RDISC" },
H A Dparms.c111 ifp->int_state |= IS_BCAST_RDISC;
114 ifp->int_state |= IS_BCAST_RDISC;
824 parm.parm_int_state |= IS_BCAST_RDISC;
H A Ddefs.h402 #define IS_BCAST_RDISC 0x04000000 /* broadcast instead of multicast */ macro
H A Drdisc.c1150 (ifp->int_state & IS_BCAST_RDISC) ? 1 : 2);
1198 ((ifp->int_state&IS_BCAST_RDISC) ? bcast : mcast));

Completed in 80 milliseconds