Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ cnp
Function
cnp
scapy/contrib/roce.py:225–227 ·
view source on GitHub ↗
(dqpn)
Source
from the content-addressed store, hash-verified
223
224
225
def
cnp(dqpn):
226
# type: (int) -> BTH
227
return
BTH(opcode=CNP_OPCODE, becn=1, dqpn=dqpn) / CNPPadding()
228
229
230
class
GRH(Packet):
Callers
nothing calls this directly
Calls
2
BTH
Class · 0.85
CNPPadding
Class · 0.85
Tested by
no test coverage detected