Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
217
class
CNPPadding(Packet):
218
name =
"CNPPadding"
219
fields_desc = [
220
XLongField(
"reserved1"
, 0),
221
XLongField(
"reserved2"
, 0),
222
]
223
224
225
def
cnp(dqpn):
Callers
1
cnp
Function · 0.85
Calls
1
XLongField
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…