Searched refs:AppendTag (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request.cpp | 51 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()
|
D | netlink_request.h | 50 AppendTag(type, &value, sizeof(value)); in AddInt() 102 nlattr* AppendTag(uint16_t type, const void* data, uint16_t length);
|