/external/nist-sip/java/gov/nist/javax/sip/ |
ListeningPointImpl.java | 158 * <li>The default port is 5060 if the transport is TCP the scheme is <i>sip:</i>. 160 * <li>The default port is 5061 if the transport is TLS over TCP the scheme is <i>sip:</i>. 161 * <li>The default port is 5061 if the transport is TCP the scheme is <i>sips:</i>.
|
/external/tcpdump/ |
print-sl.c | 41 #include "tcp.h" 204 /* skip tcp checksum */ 231 * 'hlen' is the length of the uncompressed TCP/IP header (in words).
|
CHANGES | 34 Changes to both TCP and IP Printer Output 87 Add basic support for keyed authentication TCP option 128 TCP-MD5 (RFC 2385) 136 LDP over TCP 200 UDP/TCP pseudo-checksum properly for source-route options. 298 Support for computing/checking IP and UDP/TCP checksums. 331 - Print TCP sequence # with -vv even if you normally wouldn't 332 - Print as much of IP/TCP/UDP headers as possible even if truncated. 470 - Don't parse tcp options past the EOL. As noted by David Sacerdote 471 (davids@secnet.com). Also, check tcp options to make sure they a [all...] |
/external/webkit/Source/WebKit/android/wds/client/ |
main.cpp | 138 // Forward tcp:9999 139 if (!device->sendRequest("forward:tcp:" PORT_STR ";tcp:" PORT_STR)) {
|
/frameworks/base/core/java/android/net/ |
TrafficStats.java | 276 * network layer, so they include both TCP and UDP usage. 293 * network layer, so they include both TCP and UDP usage. 310 * network layer, so they include both TCP and UDP usage. 327 * layer, so they include both TCP and UDP usage. 388 * include both TCP and UDP usage. 401 * include both TCP and UDP usage. 414 * include both TCP and UDP usage. 427 * TCP and UDP usage. 440 * layer, so they include both TCP and UDP usage. 456 * layer, so they include both TCP and UDP usage [all...] |
/system/core/rootdir/ |
init.rc | 360 # Define TCP buffer sizes for various networks 362 setprop net.tcp.buffersize.default 4096,87380,110208,4096,16384,110208 363 setprop net.tcp.buffersize.wifi 524288,1048576,2097152,262144,524288,1048576 364 setprop net.tcp.buffersize.lte 524288,1048576,2097152,262144,524288,1048576 365 setprop net.tcp.buffersize.umts 4094,87380,110208,4096,16384,110208 366 setprop net.tcp.buffersize.hspa 4094,87380,262144,4096,16384,262144 367 setprop net.tcp.buffersize.hsupa 4094,87380,262144,4096,16384,262144 368 setprop net.tcp.buffersize.hsdpa 4094,87380,262144,4096,16384,262144 369 setprop net.tcp.buffersize.hspap 4094,87380,1220608,4096,16384,1220608 370 setprop net.tcp.buffersize.edge 4093,26280,35040,4096,16384,3504 [all...] |
/external/mdnsresponder/mDNSCore/ |
uDNS.c | 519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?"; 652 // Even if we DIDN'T make a successful UPnP mapping yet, we might still have a partially-open TCP connection we need to clean up 731 // with LLQs over TLS/TCP we're doing a weird thing where instead of requesting packets be sent to ExternalAddress:ExternalPort 732 // we're requesting that packets be sent to ExternalPort, but at the source address of our outgoing TCP connection. 733 // Normally, after going through the NAT gateway, the source address of our outgoing TCP connection is the same as ExternalAddress, 734 // so this is fine, except when the TCP connection ends up going over a VPN tunnel instead. 735 // To work around this, if we find that the source address for our TCP connection is not a private address, we tell the Dot Mac 753 if (q->tcp) { LogMsg("sendChallengeResponse: ERROR!!: question %##s (%s) tcp non-NULL", q->qname.c, DNSTypeName(q->qtype)); return; } 775 q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If using TCP, don't need to retr (…) [all...] |
/dalvik/docs/ |
hello-world.html | 51 The first way is to connect directly through TCP. Add, to the "dalvikvm" 56 This tells the VM to wait for a debugger to connect to it on TCP port 8000. 59 <code>% <font color="green">adb forward tcp:8000 tcp:8000</font></code> 77 specify a TCP port number. When your application starts, it will appear
|
/external/qemu/slirp/ |
tcp_timer.c | 36 struct tcpstat tcpstat; /* tcp statistics */ 67 * Tcp protocol timeout routine called every 500 ms. 113 * Cancel all timers for TCP tp. 128 * TCP timer processing. 292 * correspondent TCP to respond.
|
/external/qemu/slirp-android/ |
tcp_timer.c | 36 struct tcpstat tcpstat; /* tcp statistics */ 67 * Tcp protocol timeout routine called every 500 ms. 113 * Cancel all timers for TCP tp. 128 * TCP timer processing. 292 * correspondent TCP to respond.
|
tcp_subr.c | 45 /* patchable/settable parameters for tcp */ 50 * Tcp initialization 60 * Create template to be used to send tcp packets on a connection. 62 * in a skeletal tcp/ip header, minimizing the amount of work 92 * Send a single message to the TCP at address specified by 93 * the given TCP/IP header. If m == 0, then we make a copy 95 * This is used to force keep alive messages out using the TCP 97 * then we send a message back to the TCP which originated the 176 * Create a new TCP control block, making an 219 * Drop a TCP connection, reportin [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSocket.java | 34 * Creates a TCP socket. 42 * Creates a TCP socket connection to the specified host at the specified 61 * Creates a TCP socket connection to the specified address at the specified 78 * Creates a TCP socket connection to the specified host at the specified 102 * Creates a TCP socket connection to the specified address at the specified
|
/external/chromium/net/socket/ |
ssl_client_socket_pool_unittest.cc | 175 CreatePool(true /* tcp pool */, false, false); 192 CreatePool(true /* tcp pool */, false, false); 217 CreatePool(true /* tcp pool */, false, false); 236 CreatePool(true /* tcp pool */, false, false); 259 CreatePool(true /* tcp pool */, false, false); 282 CreatePool(true /* tcp pool */, false, false); 308 CreatePool(true /* tcp pool */, false, false); 335 CreatePool(true /* tcp pool */, false, false); 361 CreatePool(true /* tcp pool */, false, false); 393 CreatePool(true /* tcp pool */, false, false) [all...] |
socks_client_socket_pool.cc | 78 // We don't worry about cancelling the tcp socket since the destructor in 151 // so that a fast TCP connection plus a slow SOCKS failure doesn't take 161 // Add a SOCKS connection on top of the tcp socket.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TCPMessageChannel.java | 43 * Ahmet Uyar <auyar@csit.fsu.edu>sent in a bug report for TCP operation of the JAIN sipStack. 51 * This is a stack abstraction for TCP connections. This abstracts a stream of parsed messages. 163 this.peerProtocol = "TCP"; 168 this.key = MessageChannel.getKey(peerAddress, peerPort, "TCP"); 209 * @return "tcp" in this case. 212 return "TCP"; 257 // (could have replied via udp but received via tcp!). 311 receiverAddress, receiverPort, "TCP", message, retry, this); 588 * loop - reading the tcp connection and processing messages until we are done or the other 701 this.key = MessageChannel.getKey(this.peerAddress, this.peerPort, "TCP"); [all...] |
MessageProcessor.java | 111 * @param transport -- transport to use for the message processor (UDP/TCP/TLS). 142 * @return A string that indicates the transport. (i.e. "tcp" or "udp") 307 * Default target port used by this processor. This is 5060 for TCP / UDP
|
/system/bluetooth/tools/ |
asocket_test.c | 48 TCP, 112 case TCP: 161 case TCP: 221 case TCP: 260 case TCP: 697 {"tcp", TCP},
|
/external/qemu/ |
qemu-options.hx | 524 TCP connections will only be allowed from @var{host} on display @var{d}. 525 By convention the TCP port is 5900+@var{d}. Optionally, @var{host} can 550 is a TCP port number, not a display number. 790 Forward @option{user} TCP connection to port @var{port} to character device @var{dev} 815 machine using a TCP socket connection. If @option{listen} is 819 specifies an already opened TCP socket. [all...] |
/external/libppp/src/ |
README.nat | 50 The process of NAT'ing involves both the IP address and the TCP or UDP 66 establish TCP connections and make UDP inquiries (such as domain name 79 The implementation supports all standard, non-encoding TCP and UDP protocols. 81 mode of Real-Audio is not presently supported, but the TCP mode does work 147 all incoming TCP and UDP requests, making the NAT software a 169 NAT has to work. TCP/IP was intended to have one IP address 183 until the TCP connection has been acknowledged on both sides. The safe 210 nat port tcp 192.168.0.4:telnet 8066 307 - Improved TCP close connection logic. 325 for IP headers (TCP, UDP and ICMP checksum [all...] |
slcompress.c | 33 * Routines to compress and uncompess tcp packets (for transmission 45 #include <netinet/tcp.h> 173 * Bail if this is an IP fragment or if the TCP packet isn't `compressible' 175 * the caller has already made sure the packet is IP proto TCP). 260 * but costless). The 4th line checks the TCP header length. The 5th line 261 * checks IP options, if any. The 6th line checks TCP options, if any. If 385 * id and two for the tcp checksum. So, (cp - new_seq) + 4 bytes of header 418 * means a regular ip/tcp packet but with the 'conversation id' we hope to 451 * Calculate the size of the TCP/IP header and make sure that we don't 552 * Back up cp by the tcp/ip header length to make room for th [all...] |
/external/qemu/android/ |
sdk-controller-socket.h | 58 * - Connecting to a TCP socket. 63 * TCP socket connection with SdkController is enabled by using adb port 67 * adb forward tcp:<port> localabstract: android.sdk.controller 69 * After that TCP socket for the requested port can be used to connect to 76 * Fortunatelly, an attempt to read from forwarded TCP port on condition that 111 /* Default TCP port to use for connection with SDK controller. */ 131 * SDKCtlSocket will invoke this callback when connection to TCP port is 137 * state: in addition to TCP port connection, this callback will be invoked when 546 * port - TCP port to connect the socket to. 555 * port - TCP port to reconnect the socket to [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 515 /* create a TCP socket */ 564 /* Use TCP socket to connect */ 573 Log.e(TAG, "TCP socket connect unknown host "); 575 Log.e(TAG, "TCP socket connect failed "); 578 if (D) Log.d(TAG, "TCP socket connected "); 583 Log.e(TAG, "TCP socket connect interrupted "); 589 Log.e(TAG, "TCP socket connect failed after 20 seconds"); 594 if (V) Log.v(TAG, "TCP Socket connection attempt took " + 608 Log.e(TAG, "TCP connect session error: "); 661 Log.e(TAG, "TCP socket close error") [all...] |
/external/openssh/ |
INSTALL | 58 TCP Wrappers: 60 If you wish to use the TCP wrappers functionality you will need at least 62 or in the directory specified by --with-tcp-wrappers. Version 7.6 is 161 and to specify a EGD localhost TCP port. Use this if your Unix lacks 177 --with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny)
|
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 73 // ip header + tcp header + data. 74 // Tcp header is mostly 32. Syn has different tcp options -> 40. Don't care.
|
/external/ipsec-tools/src/racoon/ |
TODO | 96 - annoyingly long timeouts on tcp connection attempt, and IKE failure; 97 need to wait till tcp socket timeouts. 107 - kick tcp retransmission timer on first SA establishment
|