Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ get_if_list
Function
get_if_list
scapy/interfaces.py:371–374 ·
view source on GitHub ↗
Return a list of interface names
()
Source
from the content-addressed store, hash-verified
369
370
371
def
get_if_list():
372
# type: () -> List[str]
373
""
"Return a list of interface names"
""
374
return
list(conf.ifaces.keys())
375
376
377
def
get_working_if():
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected