Home
last modified time | relevance | path

Searched refs:discover (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/dhcp/common/include/
Dmessage.h29 static Message discover(const uint8_t (&sourceMac)[ETH_ALEN]);
/device/google/coral-sepolicy/vendor/google/
Dhal_face_default.te62 # Allow the face HAL to discover pil sysfs nodes for faceauth firmware loading.
/device/generic/goldfish/dhcp/common/
Dmessage.cpp54 Message Message::discover(const uint8_t (&sourceMac)[ETH_ALEN]) { in discover() function in Message
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp531 mLastMsg = Message::discover(mInterface.getMacAddress()); in sendDhcpDiscover()