MCPcopy 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
371def get_if_list():
372 # type: () -> List[str]
373 """Return a list of interface names"""
374 return list(conf.ifaces.keys())
375
376
377def get_working_if():

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected