Home
last modified time | relevance | path

Searched refs:kw_match (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/tools/
DUTscapy.py342 def kw_match(lst, kw): function
350 ts.tests = [t for t in ts.tests if kw_match(t.keywords, kw)]
353 def kw_match(lst, kw): function
361 ts.tests = [t for t in ts.tests if not kw_match(t.keywords, kw)]