Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ GetLength
Method
GetLength
pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Packet.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
167
168
int DHCP_Packet::GetLength()
169
{
170
return maxLength - (8 + 20);
171
}
172
173
void DHCP_Packet::WriteBytes(u8* buffer, int* offset)
174
{
Callers
1
WriteBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected