MCPcopy Create free account
hub / github.com/secdev/scapy / IOCRBlockRes

Class IOCRBlockRes

scapy/contrib/pnio_rpc.py:913–922  ·  view source on GitHub ↗

IO Connection Relationship block response

Source from the content-addressed store, hash-verified

911
912
913class IOCRBlockRes(Block):
914 """IO Connection Relationship block response"""
915 fields_desc = [
916 BlockHeader,
917 XShortEnumField("IOCRType", 1, IOCR_TYPE),
918 XShortField("IOCRReference", 1),
919 XShortField("FrameID", 0x8000),
920 ]
921 # default block_type value
922 block_type = 0x8102
923
924
925class AdjustLinkState(Block):

Callers 1

get_responseMethod · 0.85

Calls 2

XShortEnumFieldClass · 0.90
XShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…