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

Method l2socket

scapy/interfaces.py:174–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 return self.provider._is_valid(self)
173
174 def l2socket(self):
175 # type: () -> Type[scapy.supersocket.SuperSocket]
176 return self.provider._l2socket(self)
177
178 def l2listen(self):
179 # type: () -> Type[scapy.supersocket.SuperSocket]

Callers 5

sendpFunction · 0.80
srpFunction · 0.80
srpfloodFunction · 0.80
srp1floodFunction · 0.80
_init_socketFunction · 0.80

Calls 1

_l2socketMethod · 0.80

Tested by

no test coverage detected