Home
last modified time | relevance | path

Searched refs:Append (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/commands/setup_wifi/
Dmain.cpp64 fix_mac_request.Append(ifinfomsg { in CreateWifiWrapper()
78 link_add_request.Append(ifinfomsg { in CreateWifiWrapper()
102 bring_up_backing_request.Append(ifinfomsg { in CreateWifiWrapper()
/device/google/cuttlefish/guest/commands/ip_link_add/
Dmain.cpp47 link_add_request.Append(ifinfomsg { in main()
66 bring_up_backing_request.Append(ifinfomsg { in main()
/device/google/cuttlefish/common/libs/net/
Dnetlink_request.h92 template <typename T> T* Append(const T& data) { in Append() function