Searched refs:mesh_network_address_all_nodes (Results 1 – 3 of 3) sorted by relevance
362 int mesh_network_address_all_nodes(uint16_t addr);
1109 if (mesh_network_address_group(address) && !mesh_network_address_all_nodes(address)){ in config_model_subscription_add_handler()1191 if (mesh_network_address_group(address) && !mesh_network_address_all_nodes(address)){ in config_model_subscription_overwrite_handler()1279 if (mesh_network_address_group(address) && !mesh_network_address_all_nodes(address)){ in config_model_subscription_delete_handler()
197 int mesh_network_address_all_nodes(uint16_t addr){ in mesh_network_address_all_nodes() function