Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dvolatile.py231 class RandChoice(RandField): class
483 current.append(RandChoice(*list(choice)))
506 c = RandChoice(" ","\t")
523 current.append(RandChoice(*[chr(x) for x in range(256)]))
533 class RandSingularity(RandChoice):
Dasn1fields.py163 return RandChoice(True, False)
515 return RandChoice(*randchoices)
/external/scapy/scapy/modules/
Dp0f.py24 from scapy.volatile import RandInt, RandByte, RandChoice, RandNum, RandShort, RandString