Home
last modified time | relevance | path

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

/system/netd/server/
DNFLogListener.cpp65 nlmsghdr nlhdr; in cfgCmdPfUnbind() member
71 msg.nlhdr.nlmsg_len = sizeof(msg); in cfgCmdPfUnbind()
72 msg.nlhdr.nlmsg_type = kNFLogConfigMsgType; in cfgCmdPfUnbind()
73 msg.nlhdr.nlmsg_flags = NLM_F_REQUEST; in cfgCmdPfUnbind()
86 nlmsghdr nlhdr; in cfgMode() member
92 msg.nlhdr.nlmsg_len = sizeof(msg); in cfgMode()
93 msg.nlhdr.nlmsg_type = kNFLogConfigMsgType; in cfgMode()
94 msg.nlhdr.nlmsg_flags = NLM_F_REQUEST; in cfgMode()
107 nlmsghdr nlhdr; in cfgCmdBind() member
113 msg.nlhdr.nlmsg_len = sizeof(msg); in cfgCmdBind()
[all …]