Home
last modified time | relevance | path

Searched refs:multicast_mode (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/rwhod/
H A Drwhod.c114 static int multicast_mode = NO_MULTICAST; variable
186 multicast_mode = SCOPED_MULTICAST; in main()
195 else multicast_mode = PER_INTERFACE_MULTICAST; in main()
485 if (multicast_mode == SCOPED_MULTICAST) { in send_host_information()
491 if (multicast_mode == PER_INTERFACE_MULTICAST && in send_host_information()
567 if (multicast_mode != NO_MULTICAST) { in configure()
574 if (multicast_mode == SCOPED_MULTICAST) { in configure()
619 (flags & (((multicast_mode == PER_INTERFACE_MULTICAST) ? in configure()
655 if (multicast_mode == PER_INTERFACE_MULTICAST && in configure()