Searched refs:nlMsgType (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | ClatUtils.cpp | 147 int doTcQdiscClsact(int fd, int ifIndex, __u16 nlMsgType, __u16 nlMsgFlags) { in doTcQdiscClsact() argument 167 .nlmsg_type = nlMsgType, in doTcQdiscClsact()
|
D | XfrmController.h | 71 virtual netdutils::Status sendMessage(uint16_t nlMsgType, uint16_t nlMsgFlags,
|
D | XfrmController.cpp | 282 netdutils::Status sendMessage(uint16_t nlMsgType, uint16_t nlMsgFlags, uint16_t nlMsgSeqNum, in sendMessage() argument 285 .nlmsg_type = nlMsgType, in sendMessage() 296 ALOGD("Sending Netlink XFRM Message: %s", xfrmMsgTypeToString(nlMsgType)); in sendMessage()
|