Searched refs:genlmsg_put (Results 1 – 15 of 15) sorted by relevance
/external/libnl/include/netlink/genl/ |
D | genl.h | 27 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/external/libnl/ |
D | libnl-genl-3.sym | 43 genlmsg_put;
|
D | ChangeLog | 17 o Fixed nlmsg_put() and genlmsg_put() to correctly reserve
|
/external/iw/ |
D | genl.c | 90 genlmsg_put(msg, 0, 0, ctrlid, 0, in nl_get_multicast_id()
|
D | iw.c | 444 genlmsg_put(msg, 0, 0, state->nl80211_id, 0, in __handle_cmd()
|
/external/libnl/python/netlink/genl/ |
D | capi.i | 50 extern void *genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/external/libnl/tests/ |
D | test-genl.c | 96 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id, in main()
|
/external/libnl/lib/genl/ |
D | genl.c | 350 void *genlmsg_put(struct nl_msg *msg, uint32_t port, uint32_t seq, int family, in genlmsg_put() function
|
D | ctrl.c | 264 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, GENL_ID_CTRL, in genl_ctrl_probe_by_name()
|
/external/libnl/python/examples/ |
D | iface.py | 80 genl.genlmsg_put(m, 0, 0, family, 0, 0, nl80211.NL80211_CMD_GET_INTERFACE, 0)
|
D | wiphy.py | 129 genl.genlmsg_put(m, 0, 0, family, 0, 0, nl80211.NL80211_CMD_GET_WIPHY, 0)
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 523 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, in __handle_cmd()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_linux.c | 98 if (!genlmsg_put(msg, 0, 0, ctx->macsec_genl_id, 0, 0, cmd, 0)) { in msg_prepare() 650 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0, in do_dump()
|
D | driver_nl80211.c | 592 if (!genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global->nl, "nlctrl"), in nl_get_multicast_id() 612 return genlmsg_put(msg, 0, 0, drv->global->nl80211_id, in nl80211_cmd()
|
/external/libpcap/ |
D | pcap-linux.c | 544 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, in add_mon_if() 648 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, in del_mon_if()
|