Home | History | Annotate | Download | only in gdb

Lines Matching refs:packet_idx

2432   const int packet_idx = std::distance (remote_protocol_packets,
2435 if (packet_idx >= 0 && packet_idx < PACKET_MAX)
2437 const char *name = packets_descriptions[packet_idx].name;
2443 remote->m_features.m_protocol_packets[packet_idx].detect = value;
2445 remote_protocol_packets[packet_idx].detect = value;
2677 const int packet_idx = std::distance (remote_protocol_packets,
2680 if (packet_idx >= 0 && packet_idx < PACKET_MAX)
2682 show_packet_config_cmd (file, packet_idx, remote);