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

Method i2m

scapy/layers/inet.py:531–534  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

529 DestField.__init__(self, name, default)
530
531 def i2m(self, pkt, x):
532 if x is None:
533 x = self.dst_from_pkt(pkt)
534 return IPField.i2m(self, pkt, x)
535
536 def i2h(self, pkt, x):
537 if x is None:

Callers 2

__bytes__Method · 0.45
post_buildMethod · 0.45

Calls 1

dst_from_pktMethod · 0.80

Tested by

no test coverage detected