Home
last modified time | relevance | path

Searched defs:Request (Results 1 – 4 of 4) sorted by relevance

/device/generic/trusty/dhcp/client/
Drouter.cpp46 struct Request { in setDefaultGateway() struct
47 struct nlmsghdr hdr; in setDefaultGateway()
48 struct rtmsg msg; in setDefaultGateway()
49 char buf[256]; in setDefaultGateway()
Dinterface.cpp108 struct Request { in setAddress() struct
109 struct nlmsghdr hdr; in setAddress()
110 struct ifaddrmsg msg; in setAddress()
111 char buf[256]; in setAddress()
/device/google/contexthub/util/nanotool/
Dnanomessage.h126 struct Request { struct
127 uint64_t boot_time;
/device/google/cuttlefish/common/libs/security/
Dconfui_sign.cpp104 bool ConfUiSignRequester::Request(const std::vector<std::uint8_t>& message) { in Request() function in cuttlefish::ConfUiSignRequester