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.cpp59 nlattr* NetlinkRequest::AppendTag( in AppendTag() function in cuttlefish::NetlinkRequest
86 AppendTag(type, value.c_str(), value.length() + 1); in AddString()
107 AppendTag(IFLA_ADDRESS, address.data(), 6); in AddMacAddress()
112 nlattr* list = AppendTag(type, NULL, 0); in PushList()
Dnetlink_request.h53 AppendTag(type, &value, sizeof(value)); in AddInt()
105 nlattr* AppendTag(uint16_t type, const void* data, uint16_t length);