Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ SetOpCode
Method
SetOpCode
pcsx2/DEV9/PacketReader/IP/UDP/DNS/DNS_Packet.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
return (flags1 >> 3) & 0xF;
21
}
22
void DNS_Packet::SetOpCode(u8 value)
23
{
24
flags1 = (flags1 & ~(0xF << 3)) | ((value & 0xF) << 3);
25
}
26
27
bool DNS_Packet::GetAA() const
28
{
Callers
1
Send
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected