Searched defs:Request (Results 1 – 4 of 4) sorted by relevance
47 struct Request { in setDefaultGateway() struct48 struct nlmsghdr hdr; in setDefaultGateway()49 struct rtmsg msg; in setDefaultGateway()50 char buf[256]; in setDefaultGateway()
110 struct Request { in setAddress() struct111 struct nlmsghdr hdr; in setAddress()112 struct ifaddrmsg msg; in setAddress()113 char buf[256]; in setAddress()
126 struct Request { struct127 uint64_t boot_time;
104 bool ConfUiSignRequester::Request(const std::vector<std::uint8_t>& message) { in Request() function in cuttlefish::ConfUiSignRequester