Home
last modified time | relevance | path

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

/system/netd/server/
DOffloadUtils.cpp153 int doTcQdiscClsact(int ifIndex, uint16_t nlMsgType, uint16_t nlMsgFlags) { in doTcQdiscClsact() argument
172 .nlmsg_type = nlMsgType, in doTcQdiscClsact()
DOffloadUtils.h93 int doTcQdiscClsact(int ifIndex, uint16_t nlMsgType, uint16_t nlMsgFlags);
DXfrmController.h72 virtual netdutils::Status sendMessage(uint16_t nlMsgType, uint16_t nlMsgFlags,
DXfrmController.cpp281 netdutils::Status sendMessage(uint16_t nlMsgType, uint16_t nlMsgFlags, uint16_t nlMsgSeqNum, in sendMessage() argument
284 .nlmsg_type = nlMsgType, in sendMessage()
295 ALOGD("Sending Netlink XFRM Message: %s", xfrmMsgTypeToString(nlMsgType)); in sendMessage()