Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
814
def
ltoa(x):
815
# type: (int) -> str
816
return
inet_ntoa(struct.pack(
"!I"
, x & 0xffffffff))
817
818
819
def
itom(x):
Callers
3
__repr__
Method · 0.90
get_if_bcast
Method · 0.90
parse_options
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected