| /packages/modules/NetworkStack/tests/integration/signature/android/net/netlink/ |
| D | InetDiagSocketIntegrationTest.java | 167 TcpConnection tcp = new TcpConnection(to, from); in checkGetConnectionOwnerUid() local 168 checkConnectionOwnerUid(tcp.protocol, tcp.local, tcp.remote, true); in checkGetConnectionOwnerUid() 169 checkConnectionOwnerUid(IPPROTO_UDP, tcp.local, tcp.remote, false); in checkGetConnectionOwnerUid() 170 checkConnectionOwnerUid(tcp.protocol, new InetSocketAddress(0), tcp.remote, false); in checkGetConnectionOwnerUid() 171 checkConnectionOwnerUid(tcp.protocol, tcp.local, new InetSocketAddress(0), false); in checkGetConnectionOwnerUid() 172 tcp.close(); in checkGetConnectionOwnerUid()
|
| /packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
| D | NetdEventListenerServiceTest.java | 104 final int tcp = 6; in testWakeupEventLogging() local 112 wakeupEvent(iface, uids[0], v4, tcp, mac, srcIp, dstIp, sport, dport, now); in testWakeupEventLogging() 116 wakeupEvent(iface, uids[4], v6, tcp, mac, srcIp6, dstIp6, sport, dport, now); in testWakeupEventLogging() 117 wakeupEvent(iface, uids[5], v4, tcp, mac, srcIp, dstIp, sport, dport, now); in testWakeupEventLogging() 119 wakeupEvent(iface, uids[7], v6, tcp, mac, srcIp6, dstIp6, sport, dport, now); in testWakeupEventLogging() 185 final int tcp = 6; in testWakeupStatsLogging() local 189 wakeupEvent("wlan0", 1000, v4, tcp, mac, srcIp, dstIp, sport, dport, now); in testWakeupStatsLogging() 190 wakeupEvent("rmnet0", 10123, v4, tcp, mac, srcIp, dstIp, sport, dport, now, in testWakeupStatsLogging() 193 wakeupEvent("rmnet0", 10008, v4, tcp, EmptyArray.BYTE, srcIp, dstIp, sport, dport, now, in testWakeupStatsLogging() 196 wakeupEvent("wlan0", 10008, v4, tcp, mac, srcIp, dstIp, sport, dport, now); in testWakeupStatsLogging() [all …]
|
| D | IpConnectivityMetricsTest.java | 340 final int tcp = 6; in testEndToEndLogging() local 342 wakeupEvent("wlan0", 1000, v4, tcp, mac, srcIp, dstIp, sport, dport, 1001L); in testEndToEndLogging() 343 wakeupEvent("wlan0", 10123, v4, tcp, mac, srcIp, dstIp, sport, dport, 1001L); in testEndToEndLogging() 347 wakeupEvent("wlan0", 10008, v4, tcp, mac, srcIp, dstIp, sport, dport, 1001L); in testEndToEndLogging()
|
| /packages/modules/Bluetooth/android/pandora/server/scripts/ |
| D | setup.sh | 8 adb forward tcp:6211 tcp:6211 12 adb forward tcp:8999 tcp:8999
|
| /packages/modules/Connectivity/bpf_progs/ |
| D | dscpPolicy.c | 112 struct tcphdr* tcp; in DEFINE_BPF_MAP_GRW() local 113 tcp = data + hdr_size; in DEFINE_BPF_MAP_GRW() 114 if ((void*)(tcp + 1) > data_end) return; in DEFINE_BPF_MAP_GRW() 115 sport = tcp->source; in DEFINE_BPF_MAP_GRW() 116 dport = ntohs(tcp->dest); in DEFINE_BPF_MAP_GRW()
|
| /packages/modules/Bluetooth/system/doc/ |
| D | btsnoop_net.md | 14 $ adb forward tcp:8872 tcp:8872
|
| /packages/modules/adb/ |
| D | SERVICES.TXT | 102 tcp:<port> -> TCP connection on localhost:<port> 107 tcp:<port> -> TCP localhost:<port> on device 138 <local> is the host-specific endpoint (e.g. tcp:9000). 194 tcp:<port> 195 Tries to connect to tcp port <port> on localhost. 197 tcp:<port>:<server-name> 198 Tries to connect to tcp port <port> on machine <server-name> from
|
| D | OVERVIEW.TXT | 91 1. Connect to tcp:localhost:5037
|
| D | protocol.txt | 126 * "tcp:<host>:<port>" - host may be omitted to indicate localhost
|
| /packages/modules/Bluetooth/tools/rootcanal/scripts/ |
| D | build_and_run.sh | 76 adb forward tcp:${TEST_CHANNEL_PORT} tcp:${TEST_CHANNEL_PORT}
|
| /packages/modules/Virtualization/docs/debug/ |
| D | gdb.md | 16 adb forward tcp:3456 tcp:3456
|
| D | tracing.md | 166 adb shell forward tcp:9876 vsock:${CID}:5555
|
| /packages/modules/adb/docs/user/ |
| D | adb.1.md | 46 Listen on given socket for adb server [default=tcp:localhost:5037]. 88 **tcp**:**PORT** (local may be "tcp:0" to pick any open port. 109 tcp:**PORT** (**REMOTE** may be "tcp:0" to pick any open port).
|
| /packages/modules/Virtualization/vm/ |
| D | vm_shell.sh | 44 adb forward tcp:8000 vsock:${cid}:5555
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/ |
| D | precomputed_test_app_list.csv | 804 com.tatadigital.tcp 10388,10378
|
| /packages/modules/AdServices/adservices/apk/assets/classifier/ |
| D | precomputed_app_list.csv | 804 com.tatadigital.tcp 10388,10378
|