MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / DHCPopSubnet

Method DHCPopSubnet

pcsx2/DEV9/PacketReader/IP/UDP/DHCP/DHCP_Options.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace PacketReader::IP::UDP::DHCP
10{
11 DHCPopSubnet::DHCPopSubnet(IP_Address mask)
12 : subnetMask{mask}
13 {
14 }
15 DHCPopSubnet::DHCPopSubnet(const u8* data, int offset)
16 {
17 offset += 2;

Callers

nothing calls this directly

Calls 1

ReadIPAddressFunction · 0.85

Tested by

no test coverage detected