OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oport
(Results
1 - 2
of
2
) sorted by null
/external/scapy/scapy/modules/
nmap.py
139
def nmap_sig(target,
oport
=80, cport=81, ucport=1):
148
TCP(seq=1, sport=5001 + i, dport=
oport
if i < 4 else cport,
196
def nmap_fp(target,
oport
=80, cport=81):
198
nmap_fp(target, [
oport
=80,] [cport=81,]) -> list of best guesses with accuracy
200
sigs = nmap_sig(target,
oport
, cport)
/external/autotest/client/deps/lansim/src/py/
host.py
196
fhost, fport,
oport
= self._tcp_fwd_out[(shost, sport, dport)]
198
pkt.ip.tcp.sport =
oport
Completed in 214 milliseconds