Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_getpeersock
Method · 0.45
whois
Function · 0.45
start
Method · 0.45
start
Method · 0.45
_start
Method · 0.45
resolve
Method · 0.45
_init_socket
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
dns_resolve
Function · 0.45
__init__
Method · 0.45
Calls
1
SYN_SENT
Method · 0.95
Tested by
no test coverage detected