MCPcopy Index your code
hub / github.com/secdev/scapy / CNPPadding

Class CNPPadding

scapy/contrib/roce.py:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217class CNPPadding(Packet):
218 name = "CNPPadding"
219 fields_desc = [
220 XLongField("reserved1", 0),
221 XLongField("reserved2", 0),
222 ]
223
224
225def cnp(dqpn):

Callers 1

cnpFunction · 0.85

Calls 1

XLongFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…