Searched refs:nlmsg_put (Results 1 – 5 of 5) sorted by relevance
/external/libnl/include/netlink/ |
D | msg.h | 81 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/external/libnl/lib/netfilter/ |
D | nfnl.c | 236 nlh = nlmsg_put(msg, pid, seq, NFNLMSG_TYPE(subsys_id, type), 0, flags); in nfnlmsg_put()
|
/external/libnl/lib/genl/ |
D | genl.c | 255 nlh = nlmsg_put(msg, pid, seq, family, GENL_HDRLEN + hdrlen, flags); in genlmsg_put()
|
/external/libnl/lib/ |
D | msg.c | 611 struct nlmsghdr *nlmsg_put(struct nl_msg *n, uint32_t pid, uint32_t seq, in nlmsg_put() function
|
/external/libnl/ |
D | ChangeLog | 17 o Fixed nlmsg_put() and genlmsg_put() to correctly reserve
|