Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
DNetlinkRequest.h35 void addattr_nest_end(struct nlmsghdr* n, struct rtattr* nest);
149 if (mIsGood && nest != nullptr) impl::addattr_nest_end(&mRequest.nlmsg, nest); in nestEnd()
DNetlinkRequest.cpp49 void addattr_nest_end(struct nlmsghdr* n, struct rtattr* nest) { in addattr_nest_end() function