Home
last modified time | relevance | path

Searched refs:networking (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/autotest/client/cros/networking/chrome_testing/network_test_ext/
Dbackground.js49 chrome.networking.onc.getDeviceStates(function(deviceState) {
66 chrome.networking.onc.enableNetworkType(type);
73 chrome.networking.onc.disableNetworkType(type);
80 chrome.networking.onc.requestNetworkScan();
87 chrome.networking.onc.createNetwork(shared, properties, function(guid) {
96 chrome.networking.onc.setProperties(guid, properties, function() {
105 chrome.networking.onc.getNetworks({
117 chrome.networking.onc.getNetworks(properties, function(networkList) {
126 chrome.networking.onc.getProperties(networkId, function(networkInfo) {
135 chrome.networking.onc.startConnect(networkId, function() {
[all …]
/external/iproute2/
DREADME.devel1 Iproute2 development is closely tied to Linux kernel networking
4 Please submit both to the Linux networking mailing list
13 next release; it corresponds with networking development branch in
/external/bcc/
DREADME.md173 - examples/networking/[distributed_bridge/](examples/networking/distributed_bridge): Distributed br…
174 - examples/networking/[http_filter/](examples/networking/http_filter): Simple HTTP filter example.
175 - examples/networking/[simple_tc.py](examples/networking/simple_tc.py): Simple traffic control exam…
176 - examples/networking/[simulation.py](examples/networking/simulation.py): Simulation helper.
177networking/neighbor_sharing/[tc_neighbor_sharing.py](examples/networking/neighbor_sharing/tc_neigh…
178 - examples/networking/[tunnel_monitor/](examples/networking/tunnel_monitor): Efficiently monitor tr…
179 …ples/networking/vlan_learning/[vlan_learning.py](examples/networking/vlan_learning/vlan_learning.p…
223 …d](docs/tutorial.md): Using bcc tools to solve performance, troubleshooting, and networking issues.
233 multiple granularities. See the code [here](examples/networking/tunnel_monitor).
/external/bcc/examples/networking/neighbor_sharing/
DCMakeLists.txt3 install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking/neighbor_sharing)
4 install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking/neighbor_sharing)
/external/bcc/examples/networking/vlan_learning/
DCMakeLists.txt3 install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking/vlan_learning)
4 install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking/vlan_learning)
/external/bcc/examples/networking/distributed_bridge/
DCMakeLists.txt3 install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking/distributed_bridge)
4 install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking/distributed_bridge)
/external/autotest/client/site_tests/network_RestartShill/
Dnetwork_RestartShill.py8 from autotest_lib.client.cros.networking import shill_context
9 from autotest_lib.client.cros.networking import shill_proxy
/external/bcc/examples/networking/
DCMakeLists.txt3 install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking)
4 install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking)
/external/bcc/examples/networking/http_filter/
DCMakeLists.txt3 install(FILES ${FILES} DESTINATION share/bcc/examples/networking/http_filter)
4 install(PROGRAMS ${PROGRAMS} DESTINATION share/bcc/examples/networking/http_filter)
/external/bcc/examples/networking/tunnel_monitor/
DCMakeLists.txt3 install(FILES ${FILES} DESTINATION share/bcc/examples/networking/tunnel_monitor)
4 install(PROGRAMS ${PROGRAMS} DESTINATION share/bcc/examples/networking/tunnel_monitor)
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
Dnetwork_ChromeCellularSmokeTest.py12 from autotest_lib.client.cros.networking import pm_proxy
13 from autotest_lib.client.cros.networking.chrome_testing \
15 from autotest_lib.client.cros.networking.chrome_testing import test_utils
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
Dcellular_OutOfCreditsSubscriptionState.py13 from autotest_lib.client.cros.networking import cellular_proxy
14 from autotest_lib.client.cros.networking import pm_proxy
15 from autotest_lib.client.cros.networking import shill_context
/external/autotest/client/site_tests/cellular_SafetyDance/
Dcellular_SafetyDance.py12 from autotest_lib.client.cros.networking import cellular_proxy
13 from autotest_lib.client.cros.networking import shill_context
14 from autotest_lib.client.cros.networking import shill_proxy
/external/autotest/client/site_tests/network_ChromeWifiTDLS/
Dnetwork_ChromeWifiTDLS.py9 from autotest_lib.client.cros.networking.chrome_testing \
11 from autotest_lib.client.cros.networking.chrome_testing import test_utils
/external/autotest/client/site_tests/network_DefaultProfileServices/
Dnetwork_DefaultProfileServices.py9 from autotest_lib.client.cros.networking import shill_context
10 from autotest_lib.client.cros.networking import shill_proxy
/external/autotest/client/site_tests/network_RackWiFiConnect/
Dnetwork_RackWiFiConnect.py15 from autotest_lib.client.cros.networking import wifi_proxy
16 from autotest_lib.client.cros.networking.chrome_testing \
18 from autotest_lib.client.cros.networking.chrome_testing \
/external/python/cpython3/Doc/library/
Dipc.rst8 networking and inter-processes communication.
11 :mod:`signal` and :mod:`mmap`. Other modules support networking protocols
/external/autotest/client/site_tests/network_ConfigureEthernetServiceForProfile/
Dnetwork_ConfigureEthernetServiceForProfile.py10 from autotest_lib.client.cros.networking import shill_context
11 from autotest_lib.client.cros.networking import shill_proxy
/external/u-boot/doc/
DREADME.VLAN1 U-Boot has networking support for VLANs (802.1q), and CDP (Cisco
12 networking driver. You have to enable reception of the
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
Dnetwork_ChromeCellularNetworkProperties.py13 from autotest_lib.client.cros.networking import mm1_proxy
14 from autotest_lib.client.cros.networking.chrome_testing \
16 from autotest_lib.client.cros.networking.chrome_testing import test_utils
/external/autotest/client/site_tests/network_ChromeWifiConfigure/
Dnetwork_ChromeWifiConfigure.py9 from autotest_lib.client.cros.networking.chrome_testing \
11 from autotest_lib.client.cros.networking.chrome_testing import test_utils
/external/autotest/client/site_tests/cellular_StressEnable/
Dcellular_StressEnable.py11 from autotest_lib.client.cros.networking import shill_context
12 from autotest_lib.client.cros.networking import shill_proxy
/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/
Dnetwork_ChromeWifiEndToEnd.py9 from autotest_lib.client.cros.networking.chrome_testing \
11 from autotest_lib.client.cros.networking.chrome_testing \
13 from autotest_lib.client.cros.networking.chrome_testing import test_utils
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/
Dnetwork_RoamWifiEndToEnd.py10 from autotest_lib.client.cros.networking.chrome_testing \
12 from autotest_lib.client.cros.networking.chrome_testing \
/external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
Dnetwork_ChromeCellularEndToEnd.py9 from autotest_lib.client.cros.networking.chrome_testing \
11 from autotest_lib.client.cros.networking.chrome_testing \
13 from autotest_lib.client.cros.networking.chrome_testing import test_utils

12345678910>>...12