Home
last modified time | relevance | path

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

/freebsd/tests/sys/netpfil/pf/
H A Dpft_ether.py36 PAYLOAD_MAGIC = bytes.fromhex('42c0ffee') variable
42 raw = sp.raw(PAYLOAD_MAGIC)
/freebsd/tests/sys/netpfil/common/
H A Dpft_icmp_check.py38 PAYLOAD_MAGIC = bytes.fromhex('42c0ffee') variable
44 raw = sp.raw(PAYLOAD_MAGIC * 250) # We want 1000 bytes payload, -ish
H A Dpft_ping.py44 PAYLOAD_MAGIC = bytes.fromhex('42c0ffee') variable
47 pl = len(PAYLOAD_MAGIC)
48 ret = PAYLOAD_MAGIC * math.floor(l/pl)
49 ret += PAYLOAD_MAGIC[0:(l % pl)]
634 parser_send.add_argument('--send-length', type=int, default=len(PAYLOAD_MAGIC),