HomeSort by relevance Sort by last modified time
    Searched refs:TCP (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/curl/docs/cmdline-opts/
tcp-fastopen.d 1 Long: tcp-fastopen
3 Help: Use TCP Fast Open
5 Enable use of TCP Fast Open (RFC7413).
no-keepalive.d 2 Help: Disable TCP keepalive on the connection
4 Disables the use of keepalive messages on the TCP connection. curl otherwise
  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 46 public static final String TCP = GenericURI.TCP;
  /hardware/interfaces/tetheroffload/control/1.0/
types.hal 58 TCP = 6,
  /external/scapy/scapy/contrib/
openflow.py 190 ### we assume ethertype=IP or nwproto=TCP when appropriate subfields are provided.
503 overload_fields = {TCP: {"sport": 6653}}
539 overload_fields = {TCP: {"dport": 6653}}
558 overload_fields = {TCP: {"dport": 6653}}
577 overload_fields = {TCP: {"dport": 6653}}
593 overload_fields = {TCP: {"dport": 6653}}
605 overload_fields = {TCP: {"dport": 6653}}
618 overload_fields = {TCP: {"dport": 6653}}
636 overload_fields = {TCP: {"sport": 6653}}
644 overload_fields = {TCP: {"sport": 6653}
    [all...]
openflow3.py     [all...]
  /external/scapy/test/
ipsec.uts 17 p /= TCP(sport=45012, dport=80)
34 assert(not e.haslayer(TCP))
42 assert(d[TCP] == p[TCP])
48 p /= TCP(sport=45012, dport=80)
66 assert(not e.haslayer(TCP))
75 assert(d[TCP] == p[TCP])
100 p /= TCP(sport=45012, dport=80)
118 assert(not e.haslayer(TCP))
    [all...]
  /external/scapy/scapy/layers/
skinny.py 12 from scapy.layers.inet import TCP
160 bind_layers( TCP, Skinny, dport=2000)
161 bind_layers( TCP, Skinny, sport=2000)
inet.py 276 warning("Malformed TCP option (announced length is %i)" % olen)
510 class TCP(Packet):
511 name = "TCP"
545 if not isinstance(other, TCP):
576 return self.underlayer.sprintf("TCP %IP.src%:%TCP.sport% > %IP.dst%:%TCP.dport% %TCP.flags%")
578 return self.underlayer.sprintf("TCP %IPv6.src%:%TCP.sport% > %IPv6.dst%:%TCP.dport% %TCP.flags%"
    [all...]
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 8 String TCP = "TCP";
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_openbsd.go 13 // OpenBSD has no user-settable per-socket TCP keepalive
tcpsockopt_plan9.go 5 // TCP socket options for plan9
tcpsock.go 18 // TCPAddr represents the address of a TCP end point.
25 // Network returns the address's network name, "tcp".
26 func (a *TCPAddr) Network() string { return "tcp" }
53 // ResolveTCPAddr returns an address of TCP end point.
55 // The network must be a TCP network name.
59 // address to an address of TCP end point.
70 case "tcp", "tcp4", "tcp6":
72 network = "tcp"
83 // TCPConn is an implementation of the Conn interface for TCP network
110 // CloseRead shuts down the reading side of the TCP connection
    [all...]
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_openbsd.go 13 // OpenBSD has no user-settable per-socket TCP keepalive
tcpsockopt_plan9.go 5 // TCP socket options for plan9
tcpsock.go 18 // TCPAddr represents the address of a TCP end point.
25 // Network returns the address's network name, "tcp".
26 func (a *TCPAddr) Network() string { return "tcp" }
53 // ResolveTCPAddr returns an address of TCP end point.
55 // The network must be a TCP network name.
59 // address to an address of TCP end point.
70 case "tcp", "tcp4", "tcp6":
72 network = "tcp"
83 // TCPConn is an implementation of the Conn interface for TCP network
110 // CloseRead shuts down the reading side of the TCP connection
    [all...]
  /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
  /device/generic/goldfish/libqemu/
tests.mk 3 # The first test program is a simple TCP server that will send back
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
CtUpdateAmbassador.cpp 110 case IpaL4Protocol::TCP:
112 out = NetworkProtocol::TCP;
  /tools/test/connectivity/acts/tests/google/net/
DnsOverTlsTest.py 34 from scapy.all import TCP
106 elif not tls and TCP in pkt and pkt[TCP].dport == 853 and \
107 not pkt[TCP].flags:
114 if TCP in pkt and pkt[TCP].flags == RST:
327 """ Verify there are no TCP packets with RST flags
331 2. Ping hosts and verify that there are TCP pkts with RST flags
351 # check that there no RST TCP packets
  /external/scapy/scapy/modules/
nmap.py 27 from scapy.layers.inet import IP, TCP, UDP, ICMP, UDPerror, IPerror
100 res["Flags"] = str(pkt[TCP].flags)[::-1]
101 res["Ops"] = "".join(x[0][0] for x in pkt[TCP].options)
148 TCP(seq=1, sport=5001 + i, dport=oport if i < 4 else cport,
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
IOffloadManager.h 148 TCP = 0,
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 63 TCP = "00000004-0000-1000-8000-00805F9B34FB"
  /kernel/tests/net/test/
packets.py 84 return ("TCP SYN",
86 scapy.TCP(sport=sport, dport=dport,
92 original = packet.getlayer("TCP")
94 return ("TCP RST",
96 scapy.TCP(sport=original.dport, dport=original.sport,
103 original = packet.getlayer("TCP")
104 return ("TCP SYN+ACK",
106 scapy.TCP(sport=original.dport, dport=original.sport,
112 original = packet.getlayer("TCP")
115 desc = "TCP data" if payload else "TCP ACK
    [all...]
  /external/walt/docs/
Development.md 8 ADB can work over TCP connections. The [official documentation](https://developer.android.com/studio/command-line/adb.html#wireless) assumes that the TCP connection is established over WiFi, but a wired Ethernet connection can be used in the same way and is reported to work much better with ADB. Android will recognize and use most USB-Ethernet adapters out of the box.
23 Since Android on ChromeOS has no access to USB, it requires a TCP bridge script implemented in [walt.py](/pywalt/walt.py). Detailed instructions in [Chromeos.md](Chromeos.md).
41 1. Run the WALT TCP bridge (more details [here](ChromeOS.md))
43 1. `iptables -A INPUT -p tcp --dport 50007 -j ACCEPT`

Completed in 1365 milliseconds

1 2 3 4 5 6