/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon36674
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon37014
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon37374
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon37719
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon38111
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon38558
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon39146
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon39592
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon40040
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon40401
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon40759
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon41117
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon41478
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon41871
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon42317
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon42765
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
tcpport.cc | 48 // Treat failure to create or bind a TCP socket as fatal. This 54 LOG_J(LS_ERROR, this) << "TCP socket creation failed."; 67 // We only support TCP protocols 68 if ((address.protocol() != "tcp") && (address.protocol() != "ssltcp")) 71 // We can't accept TCP connections incoming on other ports 75 // Check if we are allowed to make outgoing TCP connections 100 // recognize our incoming TCP connections. 104 AddAddress(address, "tcp", true); 127 LOG_J(LS_ERROR, this) << "TCP send of " << size 178 AddAddress(address, "tcp", true) [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
Network.java | 38 import com.jme3.network.kernel.tcp.SelectorKernel; 39 import com.jme3.network.kernel.tcp.SocketConnector; 60 * will be used for both TCP and UDP communication. 70 * will be used for both TCP and UDP communication. 80 * will be used for both TCP and UDP communication. 86 * @param tcpPort The port upon which the TCP hosting will listen for new connections. 88 * messages. Set to -1 if 'fast' traffic should go over TCP. This will 127 * Creates a Client that communicates with the specified host and separate TCP and UDP ports 146 * Creates a Client that communicates with the specified host and and separate TCP and UDP ports 154 * @param hostPort The remote TCP port on the server to which this client shoul [all...] |
/bionic/libc/include/netinet/ |
tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
/development/ndk/platforms/android-3/include/netinet/ |
tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
/device/generic/goldfish/libqemu/ |
test_guest_2.c | 41 " -tcp <port> Use local tcp port\n" 85 } else if (!strcmp(arg, "-tcp")) { 87 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n"); 95 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n"); 111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n"); 138 fprintf(stderr, "Could not open tcp socket!\n"); 141 printf("Connected to tcp:localhost:%d\n", port);
|
/external/android-clat/ |
dump.h | 24 void dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, const char *payload, size_t payload_size, const char *options, size_t options_size); 29 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6, const char *payload, size_t payload_size, const char *options, size_t options_size);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
LocalPortForwarder.java | 14 * A <code>LocalPortForwarder</code> forwards TCP/IP connections to a local 57 * Stop TCP/IP forwarding of newly arriving connections.
|
/external/iptables/extensions/ |
libxt_TPROXY.man | 11 rule also specifies \fB\-p tcp\fP or \fB\-p udp\fP. 16 specifies \fB\-p tcp\fP or \fB\-p udp\fP.
|
/external/qemu/slirp/ |
if.h | 22 * Set if_maxlinkhdr to 48 because it's 40 bytes for TCP/IP, 31 /* 2 for alignment, 14 for ethernet, 40 for TCP/IP */
|