Searched refs:nlmsg_put (Results 1 – 8 of 8) sorted by relevance
/external/libnl/include/netlink/ |
D | msg.h | 78 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/external/libnl/lib/netfilter/ |
D | nfnl.c | 233 nlh = nlmsg_put(msg, pid, seq, NFNLMSG_TYPE(subsys_id, type), 0, flags); in nfnlmsg_put()
|
/external/libnl/lib/genl/ |
D | genl.c | 352 nlh = nlmsg_put(msg, port, seq, family, GENL_HDRLEN + hdrlen, flags); in genlmsg_put()
|
/external/libnl/ |
D | libnl-3.sym | 311 nlmsg_put;
|
D | ChangeLog | 17 o Fixed nlmsg_put() and genlmsg_put() to correctly reserve
|
/external/libnl/lib/ |
D | msg.c | 503 struct nlmsghdr *nlmsg_put(struct nl_msg *n, uint32_t pid, uint32_t seq, in nlmsg_put() function
|
/external/libnl/python/netlink/ |
D | capi.i | 230 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/external/libnl/doc/ |
D | core.txt | 1511 struct nlmsghdr *nlmsg_put(struct nl_msg *msg, uint32_t port, uint32_t seqnr, 1515 The function nlmsg_put() will build a netlink message header out of 1551 hdr = nlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, MY_MSGTYPE, sizeof(shdr), NLM_F_CREATE);
|