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

Function ltoa

scapy/utils.py:814–816  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

812
813
814def ltoa(x):
815 # type: (int) -> str
816 return inet_ntoa(struct.pack("!I", x & 0xffffffff))
817
818
819def itom(x):

Callers 3

__repr__Method · 0.90
get_if_bcastMethod · 0.90
parse_optionsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected