Searched refs:IS_BCAST_RDISC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sbin/routed/ |
| D | trace.c | 484 | IS_BCAST_RDISC), "REMOTE" }, 514 | IS_NO_ADV_OUT), IS_BCAST_RDISC, "NO_RDISC" }, 517 { IS_NO_ADV_OUT, IS_BCAST_RDISC, "NO_RDISC_ADV" }, 519 { IS_BCAST_RDISC, 0, "BCAST_RDISC" },
|
| D | parms.c | 108 ifp->int_state |= IS_BCAST_RDISC; in get_parms() 111 ifp->int_state |= IS_BCAST_RDISC; in get_parms() 746 parm.parm_int_state |= IS_BCAST_RDISC; in parse_parms()
|
| D | rdisc.c | 831 (ifp->int_state&IS_BCAST_RDISC) ? 1 : 2); in rdisc_adv() 878 ((ifp->int_state&IS_BCAST_RDISC) ? 1 : 2)); in rdisc_sol()
|
| D | defs.h | 350 #define IS_BCAST_RDISC 0x4000000 /* broadcast instead of multicast */ macro
|