/external/dbus/bus/ |
D | connection.c | 66 BusConnections *connections; member 90 static void bus_connection_drop_pending_replies (BusConnections *connections, 104 return bus_context_get_loop (d->connections->context); in connection_get_loop() 109 get_connections_for_uid (BusConnections *connections, in get_connections_for_uid() argument 117 val = _dbus_hash_table_lookup_ulong (connections->completed_by_user, in get_connections_for_uid() 126 adjust_connections_for_uid (BusConnections *connections, in adjust_connections_for_uid() argument 132 current_count = get_connections_for_uid (connections, uid); in adjust_connections_for_uid() 146 _dbus_hash_table_remove_ulong (connections->completed_by_user, uid); in adjust_connections_for_uid() 153 retval = _dbus_hash_table_insert_ulong (connections->completed_by_user, in adjust_connections_for_uid() 182 matchmaker = bus_context_get_matchmaker (d->connections->context); in bus_connection_disconnected() [all …]
|
D | connection.h | 36 BusConnections* bus_connections_ref (BusConnections *connections); 37 void bus_connections_unref (BusConnections *connections); 38 dbus_bool_t bus_connections_setup_connection (BusConnections *connections, 40 void bus_connections_foreach (BusConnections *connections, 43 void bus_connections_foreach_active (BusConnections *connections, 46 BusContext* bus_connections_get_context (BusConnections *connections); 47 void bus_connections_increment_stamp (BusConnections *connections); 54 dbus_bool_t bus_connections_check_limits (BusConnections *connections, 57 void bus_connections_expire_incomplete (BusConnections *connections); 59 dbus_bool_t bus_connections_expect_reply (BusConnections *connections, [all …]
|
D | bus.c | 50 BusConnections *connections; member 174 if (!bus_connections_setup_connection (context->connections, new_connection)) in new_connection_callback() 652 context->connections = bus_connections_new (context); in bus_context_new() 653 if (context->connections == NULL) in bus_context_new() 903 if (context->connections) in bus_context_unref() 905 bus_connections_unref (context->connections); in bus_context_unref() 906 context->connections = NULL; in bus_context_unref() 999 return context->connections; in bus_context_get_connections()
|
D | signals.h | 81 BusConnections *connections,
|
/external/bluetooth/bluez/network/ |
D | connection.c | 65 GSList *connections; member 401 nc = find_connection(peer->connections, id); in connection_connect() 455 for (l = peer->connections; l; l = l->next) { in connection_disconnect() 491 for (l = peer->connections; l; l = l->next) { in connection_get_properties() 530 g_slist_foreach(peer->connections, (GFunc) connection_free, NULL); in peer_free() 531 g_slist_free(peer->connections); in peer_free() 570 nc = find_connection(peer->connections, id); in connection_unregister() 574 peer->connections = g_slist_remove(peer->connections, nc); in connection_unregister() 576 if (peer->connections) in connection_unregister() 628 nc = find_connection(peer->connections, id); in connection_register() [all …]
|
/external/iptables/extensions/ |
D | libipt_MASQUERADE.man | 6 connections: if you have a static IP address, you should use the SNAT 9 effect that connections are 13 any established connections are lost anyway). It takes one option:
|
D | libipt_CONNSECMARK.man | 1 This module copies security markings from packets to connections 2 (if unlabeled), and from connections back to packets (also only
|
D | libip6t_CONNSECMARK.man | 1 This module copies security markings from packets to connections 2 (if unlabeled), and from connections back to packets (also only
|
D | libip6t_tcp.man | 38 incoming TCP connections, but outgoing TCP connections will be
|
D | libipt_tcp.man | 38 incoming TCP connections, but outgoing TCP connections will be
|
D | libipt_connmark.man | 7 Matches packets in connections with the given mark value (if a mask is
|
/external/chromium/third_party/libevent/ |
D | evrpc.c | 389 TAILQ_INIT(&pool->connections); in evrpc_pool_new() 421 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) { in evrpc_pool_free() 422 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free() 446 TAILQ_INSERT_TAIL(&pool->connections, connection, next); in evrpc_pool_add_connection() 478 TAILQ_FOREACH(evcon, &pool->connections, next) { in evrpc_pool_set_timeout() 496 TAILQ_FOREACH(connection, &pool->connections, next) { in evrpc_pool_find_connection() 573 assert(TAILQ_FIRST(&pool->connections) != NULL); in evrpc_make_request()
|
D | evrpc-internal.h | 79 struct evconq connections; member
|
D | http-internal.h | 117 struct evconq connections; member
|
/external/bluetooth/bluez/input/ |
D | device.c | 95 GSList *connections; member 763 for (l = idev->connections; l; l = l->next) { in disconnect() 940 iconn = find_connection(idev->connections, "HID"); in input_device_connect() 1040 connected = !!g_slist_find_custom(idev->connections, NULL, in input_device_get_properties() 1133 idev->connections = g_slist_append(idev->connections, iconn); in input_device_register() 1162 idev->connections = g_slist_append(idev->connections, iconn); in fake_input_register() 1191 iconn = find_connection(idev->connections, uuid); in input_device_unregister() 1200 idev->connections = g_slist_remove(idev->connections, iconn); in input_device_unregister() 1202 if (idev->connections) in input_device_unregister() 1245 iconn = find_connection(idev->connections, "hid"); in input_device_set_channel() [all …]
|
/external/netcat/ |
D | netcat.blurb | 2 and writes data across network connections using TCP or UDP protocol. It is 10 Outbound or inbound connections, TCP or UDP, to or from any ports 19 Optional ability to let another program service established connections 39 Indication of local-end interface address on inbound connections
|
D | README | 5 across network connections, using TCP or UDP protocol. \ W / 22 Netcat can also function as a server, by listening for inbound connections 31 "U" implies, gives less reliable data transmission than TCP connections and 45 incapable of listening for inbound connections, or using UDP instead. Netcat 51 Outbound or inbound connections, TCP or UDP, to or from any ports 60 Optional ability to let another program service established connections 132 A port argument is required for outbound connections, and can be numeric or a 139 can see info about the connections it is trying to make. You will probably 147 status. Refused network connections are generally NOT considered to be errors, 160 UDP connections are opened instead of TCP when -u is specified. These aren't [all …]
|
/external/dropbear/ |
D | filelist.txt | 12 up/closing down ssh connections 60 up the listening port and also handling connections 79 new connections, child-process limits
|
/external/clearsilver/mod_ecs/ |
D | README | 12 connections to data sources such as databases or cache data in memory. 14 process, and you have to watch that you don't hold connections or memory 16 configuration directives for limiting the number of connections that
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | tncs.c | 171 struct tncs_data *connections; member 200 tncs = tncs_global_data->connections; in tncs_get_conn() 1151 tncs->next = tncs_global_data->connections; in tncs_init() 1152 tncs_global_data->connections = tncs; in tncs_init() 1170 conn = tncs_global_data->connections; in tncs_deinit() 1176 tncs_global_data->connections = tncs->next; in tncs_deinit()
|
/external/dbus/test/data/valid-config-files/system.d/ |
D | test.conf | 6 connections can get messages from it -->
|
/external/bluetooth/bluez/src/ |
D | adapter.c | 115 GSList *connections; /* Connected devices */ member 1030 for (l = adapter->connections; l; l = l->next) { in adapter_find_connection() 1168 adapter->connections = g_slist_remove(adapter->connections, device); in adapter_remove_device() 2680 while (adapter->connections) { in adapter_stop() 2681 struct btd_device *device = adapter->connections->data; in adapter_stop() 3208 if (g_slist_find(adapter->connections, device)) { in adapter_add_connection() 3215 adapter->connections = g_slist_append(adapter->connections, device); in adapter_add_connection() 3223 if (!g_slist_find(adapter->connections, device)) { in adapter_remove_connection() 3230 adapter->connections = g_slist_remove(adapter->connections, device); in adapter_remove_connection() 3315 if (!g_slist_find(adapter->connections, device)) in btd_adapter_authorize()
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.ui | 60 <connections/>
|
D | scanresults.ui | 93 <connections/>
|
/external/openssl/patches/ |
D | README | 22 clients can negotiate SSL connections in 1-RTT even when performing
|