Searched refs:tcp (Results 1 – 8 of 8) sorted by relevance
13 tcpmux 1/tcp # TCP port service multiplexer14 echo 7/tcp16 discard 9/tcp sink null18 systat 11/tcp users19 daytime 13/tcp21 netstat 15/tcp22 qotd 17/tcp quote23 msp 18/tcp # message send protocol25 chargen 19/tcp ttytst source27 ftp-data 20/tcp[all …]
16 tcp 6 TCP # transmission control protocol
56 static int acquirePort(int sockfd, int domain, bool tcp) { in acquirePort() argument91 if (tcp && port == kPortRangeEndTcp) in acquirePort()114 bool tcp = mTransportType == TransportType::TCP; in RTPSocketHandler() local116 int sock = socket(domain, tcp ? SOCK_STREAM : SOCK_DGRAM, 0); in RTPSocketHandler()118 if (tcp) { in RTPSocketHandler()126 mLocalPort = acquirePort(sock, domain, tcp); in RTPSocketHandler()130 if (tcp) { in RTPSocketHandler()136 if (tcp) { in RTPSocketHandler()
13 setprop service.adb.tcp.port 5555
102 " --local-port port optional local port for tcp/udp protocol\r\n"103 " --remote-port port optional remote port for tcp/udp protocol\r\n"
58 persist.adb.tcp.port=5555 \
348 # Purpose : GPS test, Allow meta_tst to write/connect tcp socket