MCPcopy Index your code
hub / github.com/secdev/scapy / connect

Method connect

scapy/layers/inet.py:2247–2248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2245
2246 @ATMT.condition(START)
2247 def connect(self):
2248 raise self.SYN_SENT()
2249
2250 @ATMT.action(connect)
2251 def send_syn(self):

Callers 15

_getpeersockMethod · 0.45
whoisFunction · 0.45
startMethod · 0.45
startMethod · 0.45
_startMethod · 0.45
resolveMethod · 0.45
_init_socketMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
dns_resolveFunction · 0.45
__init__Method · 0.45

Calls 1

SYN_SENTMethod · 0.95

Tested by

no test coverage detected