HomeSort by relevance Sort by last modified time
    Searched full:expectedport (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/dhcp/common/
socket.h 64 // header is UDP and that the port in the UDP header is |expectedPort|. If
69 Result receiveRawUdp(uint16_t expectedPort,
socket.cpp 267 Result Socket::receiveRawUdp(uint16_t expectedPort,
293 udp.dest == htons(expectedPort);

Completed in 698 milliseconds