MCPcopy Create free account
hub / github.com/secdev/scapy / set

Method set

scapy/layers/inet6.py:3538–3540  ·  view source on GitHub ↗
(self, dst, src=None)

Source from the content-addressed store, hash-verified

3536 self.worker = self.cls(**args)
3537
3538 def set(self, dst, src=None):
3539 _IPv6inIP.src = src
3540 _IPv6inIP.dst = dst
3541
3542 def nonblock_recv(self):
3543 p = self.worker.nonblock_recv()

Callers 5

NEGO_FAILEDMethod · 0.45
AUTH_FAILEDMethod · 0.45
SOCKET_BINDMethod · 0.45
_base_kdc_reqMethod · 0.45
tgs_reqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected