Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ itom
Function
itom
scapy/utils.py:819–821 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
817
818
819
def
itom(x):
820
# type: (int) -> int
821
return
(0xffffffff00000000 >> x) & 0xffffffff
822
823
824
def
in4_cidr2mask(m):
Callers
6
make_route
Method · 0.90
ifchange
Method · 0.90
ifadd
Method · 0.90
_read_routes_c
Function · 0.90
read_routes
Function · 0.90
parse_options
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected