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

Method Recv

pcsx2/DEV9/InternalServers/DHCP_Server.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 UDP_Packet* DHCP_Server::Recv()
191 {
192 UDP_Packet* payload;
193 if (recvBuff.Dequeue(&payload))
194 return payload;
195 return nullptr;
196 }
197
198 bool DHCP_Server::Send(UDP_Packet* payload)
199 {

Callers

nothing calls this directly

Calls 1

DequeueMethod · 0.80

Tested by

no test coverage detected