Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dmsg.h78 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
/external/libnl/lib/netfilter/
Dnfnl.c233 nlh = nlmsg_put(msg, pid, seq, NFNLMSG_TYPE(subsys_id, type), 0, flags); in nfnlmsg_put()
/external/libnl/lib/genl/
Dgenl.c352 nlh = nlmsg_put(msg, port, seq, family, GENL_HDRLEN + hdrlen, flags); in genlmsg_put()
/external/libnl/
Dlibnl-3.sym311 nlmsg_put;
DChangeLog17 o Fixed nlmsg_put() and genlmsg_put() to correctly reserve
/external/libnl/lib/
Dmsg.c503 struct nlmsghdr *nlmsg_put(struct nl_msg *n, uint32_t pid, uint32_t seq, in nlmsg_put() function
/external/libnl/python/netlink/
Dcapi.i230 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t,
/external/libnl/doc/
Dcore.txt1511 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);