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

Method l3socket

scapy/interfaces.py:182–184  ·  view source on GitHub ↗
(self, ipv6=False)

Source from the content-addressed store, hash-verified

180 return self.provider._l2listen(self)
181
182 def l3socket(self, ipv6=False):
183 # type: (bool) -> Type[scapy.supersocket.SuperSocket]
184 return self.provider._l3socket(self, ipv6)
185
186 def __repr__(self):
187 # type: () -> str

Callers 4

sendFunction · 0.80
srFunction · 0.80
srfloodFunction · 0.80
sr1floodFunction · 0.80

Calls 1

_l3socketMethod · 0.45

Tested by

no test coverage detected