Searched refs:IS_BCAST_RDISC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sbin/routed/ |
| H A D | trace.c | 472 | IS_BCAST_RDISC), "REMOTE" }, 502 | IS_NO_ADV_OUT), IS_BCAST_RDISC, "NO_RDISC" }, 505 { IS_NO_ADV_OUT, IS_BCAST_RDISC, "NO_RDISC_ADV" }, 507 { IS_BCAST_RDISC, 0, "BCAST_RDISC" },
|
| H A D | parms.c | 98 ifp->int_state |= IS_BCAST_RDISC; in get_parms() 101 ifp->int_state |= IS_BCAST_RDISC; in get_parms() 740 parm.parm_int_state |= IS_BCAST_RDISC; in parse_parms()
|
| H A D | rdisc.c | 821 (ifp->int_state&IS_BCAST_RDISC) ? 1 : 2); in rdisc_adv() 868 ((ifp->int_state&IS_BCAST_RDISC) ? 1 : 2)); in rdisc_sol()
|
| H A D | defs.h | 320 #define IS_BCAST_RDISC 0x4000000 /* broadcast instead of multicast */ macro
|