Lines Matching refs:net_idx1
80 entry.net_idx1 = shell_strtoul(argv[2], 0, &err); in cmd_bridging_table_add()
106 uint16_t net_idx1, net_idx2, addr1, addr2; in cmd_bridging_table_remove() local
110 net_idx1 = shell_strtoul(argv[1], 0, &err); in cmd_bridging_table_remove()
120 bt_mesh_shell_target_ctx.dst, net_idx1, net_idx2, in cmd_bridging_table_remove()
167 uint16_t net_idx1, net_idx2; in cmd_bridged_subnets_get() local
171 key_idx_unpack_pair(rsp.list, &net_idx1, &net_idx2); in cmd_bridged_subnets_get()
173 shell_print(sh, "\t\tnet_idx1: 0x%04x, net_idx2: 0x%04x", net_idx1, in cmd_bridged_subnets_get()
182 uint16_t net_idx1, net_idx2, start_idx; in cmd_bridging_table_get() local
190 net_idx1 = shell_strtoul(argv[1], 0, &err); in cmd_bridging_table_get()
199 bt_mesh_shell_target_ctx.dst, net_idx1, net_idx2, in cmd_bridging_table_get()
211 shell_print(sh, "\tnet_idx1: %04x", rsp.net_idx1); in cmd_bridging_table_get()