Home | History | Annotate | Download | only in network

Lines Matching refs:connections

65 	GSList		*connections;
401 nc = find_connection(peer->connections, id);
455 for (l = peer->connections; l; l = l->next) {
491 for (l = peer->connections; l; l = l->next) {
530 g_slist_foreach(peer->connections, (GFunc) connection_free, NULL);
531 g_slist_free(peer->connections);
570 nc = find_connection(peer->connections, id);
574 peer->connections = g_slist_remove(peer->connections, nc);
576 if (peer->connections)
628 nc = find_connection(peer->connections, id);
639 peer->connections = g_slist_append(peer->connections, nc);