Searched refs:have_next (Results 1 – 1 of 1) sorted by relevance
1130 bool have_next = true; in cmd_select() local1144 for (i = 0; i < which && (have_next = pcap_next_pkt()); i++) in cmd_select()1146 if (!have_next || pcap_curr_pkt() == NULL) { in cmd_select()