HomeSort by relevance Sort by last modified time
    Searched refs:dport (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /external/scapy/scapy/layers/tls/
automaton_cli.py 16 > t = TLSClientAutomaton(dport=50000, client_hello=ch)
61 def parse_args(self, server="127.0.0.1", dport=4433, server_name=None,
70 tmp = socket.getaddrinfo(server, dport)
80 tmp = socket.getaddrinfo(self.remote_name, dport)
86 self.remote_port = dport
  /external/scapy/scapy/contrib/
ldp.py 475 bind_layers( TCP, LDP, sport=646, dport=646 )
476 bind_layers( UDP, LDP, sport=646, dport=646 )
gtp.py     [all...]
  /external/scapy/scapy/layers/
dot11.py 432 p /= TCP(sport=tcp.dport, dport=tcp.sport,
444 print(p.sprintf("Sent %IP.src%:%IP.sport% > %IP.dst%:%TCP.dport%"))
dhcp6.py     [all...]
isakmp.py 349 bind_layers( UDP, ISAKMP, dport=500, sport=500)
pptp.py 374 bind_layers(TCP, PPTP, dport=1723)
  /bionic/libc/kernel/uapi/linux/
xfrm.h 47 __be16 dport; member in struct:xfrm_selector
rtnetlink.h 338 __u16 dport; member in struct:rta_session::__anon1064::__anon1065
  /external/iproute2/include/uapi/linux/
xfrm.h 52 __be16 dport; member in struct:xfrm_selector
rtnetlink.h 455 __u16 dport; member in struct:rta_session::__anon22052::__anon22053
  /external/kernel-headers/original/uapi/linux/
xfrm.h 52 __be16 dport; member in struct:xfrm_selector
rtnetlink.h 457 __u16 dport; member in struct:rta_session::__anon23272::__anon23273
  /external/libnl/include/linux-private/linux/
rtnetlink.h 393 __u16 dport; member in struct:rta_session::__anon25499::__anon25500
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 393 __u16 dport; member in struct:rta_session::__anon62779::__anon62780
xfrm.h 49 __be16 dport; member in struct:xfrm_selector
  /external/python/cpython2/Lib/
urllib2.py 820 dport = {"http": 80,
823 if dport is not None:
824 authority = "%s:%d" % (host, dport)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 795 dport = {"http": 80,
798 if dport is not None:
799 authority = "%s:%d" % (host, dport)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 795 dport = {"http": 80,
798 if dport is not None:
799 authority = "%s:%d" % (host, dport)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 795 dport = {"http": 80,
798 if dport is not None:
799 authority = "%s:%d" % (host, dport)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 795 dport = {"http": 80,
798 if dport is not None:
799 authority = "%s:%d" % (host, dport)
    [all...]
  /external/tcpdump/
print-icmp6.c 877 int dport; local
937 dport = EXTRACT_16BITS(&ouh->uh_dport);
942 tcpport_string(ndo, dport)));
947 udpport_string(ndo, dport)));
952 oip->ip6_nxt, dport));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 785 dport = {"http": 80,
788 if dport is not None:
789 authority = "%s:%d" % (host, dport)
    [all...]
  /external/scapy/scapy/
scapypipes.py 137 p = IP(dst=self.ip)/UDP(sport=1234,dport=self.port)/msg
  /external/iproute2/ip/
xfrm_policy.c 73 fprintf(stderr, " } [ sport PORT ] [ dport PORT ] |\n");
436 if ((xpinfo->sel.dport^filter.xpinfo.sel.dport)&filter.upspec_dport_mask)

Completed in 1155 milliseconds

1 2 34 5