Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ get_if_raw_addr
Function
get_if_raw_addr
scapy/arch/__init__.py:154–155 ·
view source on GitHub ↗
(iff: Union['NetworkInterface', str])
Source
from the content-addressed store, hash-verified
152
153
# DUMMYS
154
def
get_if_raw_addr(iff: Union[
'NetworkInterface'
, str]) -> bytes:
155
return
b
"\0\0\0\0"
156
157
def
in6_getifaddr() -> List[Tuple[str, int, str]]:
158
return
[]
Callers
1
get_if_addr
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected