Lines Matching refs:net_idx2
81 entry.net_idx2 = shell_strtoul(argv[3], 0, &err); in cmd_bridging_table_add()
106 uint16_t net_idx1, net_idx2, addr1, addr2; in cmd_bridging_table_remove() local
111 net_idx2 = shell_strtoul(argv[2], 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()
174 net_idx2); in cmd_bridged_subnets_get()
182 uint16_t net_idx1, net_idx2, start_idx; in cmd_bridging_table_get() local
191 net_idx2 = shell_strtoul(argv[2], 0, &err); in cmd_bridging_table_get()
199 bt_mesh_shell_target_ctx.dst, net_idx1, net_idx2, in cmd_bridging_table_get()
212 shell_print(sh, "\tnet_idx2: %04x", rsp.net_idx2); in cmd_bridging_table_get()