Searched refs:dpkt (Results 1 – 3 of 3) sorted by relevance
46 import dpkt52 class FindOp(dpkt.Packet):59 class SessionOp(dpkt.Packet):71 class SessionOp2(dpkt.Packet):88 class CryptOp(dpkt.Packet):101 class CryptAEAD(dpkt.Packet):
1623 uint16_t *spkt, *dpkt; in pong_body() local1635 dpkt = (uint16_t *)dst; in pong_body()1639 dpkt[0] = spkt[3]; in pong_body()1640 dpkt[1] = spkt[4]; in pong_body()1641 dpkt[2] = spkt[5]; in pong_body()1642 dpkt[3] = spkt[0]; in pong_body()1643 dpkt[4] = spkt[1]; in pong_body()1644 dpkt[5] = spkt[2]; in pong_body()1647 dpkt[13] = spkt[15]; in pong_body()1648 dpkt[14] = spkt[16]; in pong_body()[all …]
10965 # 20190509: tests/sys/opencrypto requires the net/py-dpkt package10966 OLD_FILES+=usr/tests/sys/opencrypto/dpkt.py10967 OLD_FILES+=usr/tests/sys/opencrypto/dpkt.pyc