Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
DNetlinkRequest.h34 struct rtattr* addattr_nest(struct nlmsghdr* n, size_t maxLen, rtattrtype_t type);
143 auto attr = impl::addattr_nest(&mRequest.nlmsg, sizeof(mRequest), type); in nestStart()
DNetlinkRequest.cpp45 struct rtattr* addattr_nest(struct nlmsghdr* n, size_t maxLen, rtattrtype_t type) { in addattr_nest() function