HomeSort by relevance Sort by last modified time
    Searched full:tcp (Results 276 - 300 of 1338) sorted by null

<<11121314151617181920>>

  /external/dnsmasq/contrib/try-all-ns/
README 12 requests as a failed tcp connection. I wrote the feature into dnsmasq
  /external/iproute2/doc/
ss.sgml 22 plain <tt>cat /proc/net/tcp/</tt> cause nothing but pains and curses.
24 of sockets is small reading <tt>/proc/net/tcp/</tt> is slow enough.
42 <item><tt/ss -t -a/ dumps all TCP sockets
49 Option <tt/-o/ shows TCP timers state.
67 with tcp/udp. Though standard kernel still does not allow to
72 The third: default is to dump only TCP sockets, rather than all of the types.
92 <tt/all/, <tt/tcp/, <tt/udp/,
94 Well, <tt/inet/ is just abbreviation for <tt/tcp|udp|raw/
117 State identifier are standard TCP state names (not listed,
123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/
    [all...]
  /external/iptables/extensions/
libipt_REDIRECT.man 16 \fB\-p tcp\fP
libxt_TCPOPTSTRIP.c 10 #include <netinet/tcp.h>
46 " --strip-options value strip specified TCP options denoted by value\n"
47 " (separated by comma) from TCP header\n"
77 "Bad TCP option value \"%s\"", arg);
libxt_ipvs.man 9 VIP protocol to match; by number or name, e.g. "tcp"
libxt_tcpmss.c 13 "[!] --mss value[:value] Match TCP MSS range.\n"
14 " (only valid for TCP SYN or SYN/ACK packets)\n");
  /external/iptables/include/net/netfilter/
nf_nat.h 25 /* position of the last TCP sequence number modification (if any) */
nf_conntrack_tuple.h 39 } tcp; member in union:nf_conntrack_man_proto
80 } tcp; member in union:nf_conntrack_tuple::__anon9323::__anon9324
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.8 7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
  /external/libppp/src/
ncp.c 101 ncp->cfg.urgent.tcp.port = (u_short *)malloc(NDEFTCPPORTS * sizeof(u_short));
102 if (ncp->cfg.urgent.tcp.port == NULL) {
104 ncp->cfg.urgent.tcp.nports = ncp->cfg.urgent.tcp.maxports = 0;
106 ncp->cfg.urgent.tcp.nports = ncp->cfg.urgent.tcp.maxports = NDEFTCPPORTS;
107 memcpy(ncp->cfg.urgent.tcp.port, default_urgent_tcp_ports,
134 if (ncp->cfg.urgent.tcp.maxports) {
135 ncp->cfg.urgent.tcp.nports = ncp->cfg.urgent.tcp.maxports = 0
    [all...]
  /external/tcpdump/
atime.awk 6 # zero at time of first packet) and <seq no> is the tcp sequence
stime.awk 6 # zero at time of first packet) and <seq no> is the tcp sequence
  /packages/apps/Bluetooth/res/values-nb/
test_strings.xml 13 <string name="notify_server" msgid="4369106744022969655">"Varsle TCP-tjener"</string>
  /system/core/adb/
console.c 20 fprintf(stderr, "error: could not connect to TCP port %d\n", port);
adb_client.h 28 /* Set TCP specifics of the transport to use
32 /* Set TCP Hostname of the transport to use
  /cts/suite/audio_quality/lib/src/
Adb.cpp 35 if (command.appendFormat("forward tcp:%d tcp:%d", hostPort, devicePort) != 0) {
  /external/dropbear/
dropbear.8 66 and TCP
76 under TCP/IP servers like inetd, tcpsvd, or tcpserver.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
NioKernelFactory.java 36 import com.jme3.network.kernel.tcp.SelectorKernel;
41 * KernelFactory implemention for creating TCP kernels
TcpConnectorFactory.java 36 import com.jme3.network.kernel.tcp.SocketConnector;
42 * Creates TCP connectors to a specific remote address.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
  /external/quake/quake/src/WinQuake/
net_dos.cpp 90 "Beame & Whiteside TCP/IP",
138 "Win95 TCP/IP",
  /external/chromium/third_party/libjingle/source/talk/base/
basicpacketsocketfactory.cc 80 LOG(LS_ERROR) << "TCP bind failed with error "
86 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
104 LOG(LS_ERROR) << "TCP bind failed with error "
120 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
126 LOG(LS_ERROR) << "TCP connect failed with error "
132 // Finally, wrap that socket in a TCP packet socket.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 46 // Notification of tcp events
47 virtual void OnTcpOpen(PseudoTcp* tcp) = 0;
48 virtual void OnTcpReadable(PseudoTcp* tcp) = 0;
49 virtual void OnTcpWriteable(PseudoTcp* tcp) = 0;
50 virtual void OnTcpClosed(PseudoTcp* tcp, uint32 error) = 0;
54 virtual WriteResult TcpWritePacket(PseudoTcp* tcp,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 29 * @(#)tcp.h 8.1 (Berkeley) 6/10/93
53 #define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */
62 * TCP header.
159 * Default maximum segment size for TCP.
170 # define SOL_TCP 6 /* TCP level */
246 #endif /* netinet/tcp.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 29 * @(#)tcp.h 8.1 (Berkeley) 6/10/93
53 #define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */
62 * TCP header.
159 * Default maximum segment size for TCP.
170 # define SOL_TCP 6 /* TCP level */
246 #endif /* netinet/tcp.h */

Completed in 432 milliseconds

<<11121314151617181920>>