Home
last modified time | relevance | path

Searched refs:running_connections (Results 1 – 4 of 4) sorted by relevance

/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsn_interface.c345 fill_box_window(&main_box, running_connections,LISTpos, in forced_refresh()
457 conn = (struct shared_conn_data *) running_connections; in interaction()
632 conn = (struct shared_conn_data *) running_connections; in clear_shared_mem()
715 fill_box_window(&main_box, running_connections,LISTpos, in run_interface()
762 running_connections,POINTpos); in run_interface()
764 data_device(running_connections,POINTpos); in run_interface()
774 running_connections,POINTpos); in run_interface()
852 exec_dp,running_connections,POINTpos); in run_interface()
869 exec_dp,running_connections,POINTpos); in run_interface()
886 exec_dp,running_connections,POINTpos); in run_interface()
[all …]
H A Dsn_data.h154 char *SHARED, *connection_data, *timing, *running_connections, variable
H A Dsniffit.c1490 add_itemlist (running_connections, conn_name, desc_string); in interactive_packethandler()
1502 del_itemlist (running_connections, conn_name); in interactive_packethandler()
1503 del_itemlist (running_connections, conn_name2); in interactive_packethandler()
1873 running_connections = logged_connections + sizeof (struct shared_logged_conn);
1874 …TCP_nr_of_packets = running_connections + (sizeof (struct shared_conn_data) * CONNECTION_CAPACITY);
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-cli/
H A Dwebradiointerface.cpp1326 deque<future<bool> > running_connections; in serve() local
1340 running_connections.push_back(async(launch::async, in serve()
1344 for (auto& fut : running_connections) { in serve()
1357 running_connections = move(still_running_connections); in serve()
1368 while (running_connections.size() > 0) { in serve()
1370 for (auto& fut : running_connections) { in serve()
1383 running_connections = move(still_running_connections); in serve()