Home
last modified time | relevance | path

Searched refs:genlmsg_put (Results 1 – 15 of 15) sorted by relevance

/third_party/libnl/include/netlink/genl/
Dgenl.h27 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
/third_party/libnl/
Dlibnl-genl-3.sym43 genlmsg_put;
DChangeLog17 o Fixed nlmsg_put() and genlmsg_put() to correctly reserve
/third_party/libnl/python/netlink/genl/
Dcapi.i50 extern void *genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
/third_party/libnl/tests/
Dtest-genl.c96 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id, in main()
/third_party/libnl/lib/genl/
Dgenl.c350 void *genlmsg_put(struct nl_msg *msg, uint32_t port, uint32_t seq, int family, in genlmsg_put() function
Dctrl.c264 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, GENL_ID_CTRL, in genl_ctrl_probe_by_name()
/third_party/libnl/python/examples/
Diface.py80 genl.genlmsg_put(m, 0, 0, family, 0, 0, nl80211.NL80211_CMD_GET_INTERFACE, 0)
Dwiphy.py129 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/
Ddriver_nl80211_hisi.c51 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/
Ddriver_nl80211_hisi.c49 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/
Ddriver_macsec_linux.c100 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()
Ddriver_nl80211.c506 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/
Ddriver_macsec_linux.c98 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()
Ddriver_nl80211.c607 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()