Home
last modified time | relevance | path

Searched refs:AppendTag (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp51 nlattr* NetlinkRequest::AppendTag( in AppendTag() function in cuttlefish::NetlinkRequest
78 AppendTag(type, value.c_str(), value.length() + 1); in AddString()
99 AppendTag(IFLA_ADDRESS, address.data(), 6); in AddMacAddress()
104 nlattr* list = AppendTag(type, NULL, 0); in PushList()
Dnetlink_request.h50 AppendTag(type, &value, sizeof(value)); in AddInt()
102 nlattr* AppendTag(uint16_t type, const void* data, uint16_t length);