Searched refs:msg_is_broadcast (Results 1 – 1 of 1) sorted by relevance
1791 dbus_bool_t msg_is_broadcast; in match_rule_matches() local1795 msg_is_broadcast = (dbus_message_get_destination (message) == NULL); in match_rule_matches()1797 if (!wants_to_eavesdrop && !msg_is_broadcast) in match_rule_matches()