Home
last modified time | relevance | path

Searched refs:addNested (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dvlan.cpp42 auto linkinfo = req.addNested(IFLA_LINKINFO); in add()
46 auto linkinfo = req.addNested(IFLA_INFO_DATA); in add()
Dcan.cpp82 auto linkinfo = req.addNested(IFLA_LINKINFO); in setBitrate()
85 auto infodata = req.addNested(IFLA_INFO_DATA); in setBitrate()
Dlibnetdevice.cpp64 auto linkinfo = req.addNested(IFLA_LINKINFO); in add()
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DMessageFactory.h158 NestedGuard addNested(nlattrtype_t type) { return {*this, type}; } in addNested() function