Searched defs:Request (Results 1 – 4 of 4) sorted by relevance
46 struct Request { in setDefaultGateway() struct47 struct nlmsghdr hdr; in setDefaultGateway()48 struct rtmsg msg; in setDefaultGateway()49 char buf[256]; in setDefaultGateway()
108 struct Request { in setAddress() struct109 struct nlmsghdr hdr; in setAddress()110 struct ifaddrmsg msg; in setAddress()111 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