Searched refs:genlmsg_put (Results 1 – 15 of 15) sorted by relevance
/third_party/libnl/include/netlink/genl/ |
D | genl.h | 27 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/third_party/libnl/ |
D | libnl-genl-3.sym | 43 genlmsg_put;
|
D | ChangeLog | 17 o Fixed nlmsg_put() and genlmsg_put() to correctly reserve
|
/third_party/libnl/python/netlink/genl/ |
D | capi.i | 50 extern void *genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/third_party/libnl/tests/ |
D | test-genl.c | 96 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id, in main()
|
/third_party/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()
|
/third_party/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)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | driver_nl80211_hisi.c | 51 genlmsg_put(msg, 0, 0, drv->global->nl80211_id, 0, 0, in wpa_driver_set_power_save() 103 genlmsg_put(msg, 0, 0, drv->global->nl80211_id, 0, 0, in wpa_driver_get_power_save()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
D | driver_nl80211_hisi.c | 49 genlmsg_put(msg, 0, 0, drv->global->nl80211_id, 0, 0, in wpa_driver_set_power_save() 102 genlmsg_put(msg, 0, 0, drv->global->nl80211_id, 0, 0, in wpa_driver_get_power_save()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_macsec_linux.c | 100 if (!genlmsg_put(msg, 0, 0, ctx->macsec_genl_id, 0, 0, cmd, 0)) { in msg_prepare() 652 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0, in do_dump()
|
D | driver_nl80211.c | 506 if (!genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global->nl, "nlctrl"), in nl_get_multicast_id() 525 return genlmsg_put(msg, 0, 0, drv->global->nl80211_id, in nl80211_cmd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 607 if (!genlmsg_put(msg, 0, 0, global->nlctrl_id, in nl_get_multicast_id() 627 return genlmsg_put(msg, 0, 0, drv->global->nl80211_id, in nl80211_cmd()
|