Searched refs:genlmsg_put (Results 1 – 9 of 9) sorted by relevance
/external/libnl/include/netlink/genl/ |
D | genl.h | 28 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/external/libnl/tests/ |
D | test-genl.c | 17 hdr = genlmsg_put(msg, NL_AUTO_PID, NL_AUTO_SEQ, GENL_ID_CTRL, in main()
|
/external/libnl/lib/genl/ |
D | genl.c | 246 void *genlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, int family, in genlmsg_put() function
|
/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/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/libnl/ |
D | ChangeLog | 17 o Fixed nlmsg_put() and genlmsg_put() to correctly reserve
|
/external/libpcap/ |
D | pcap-linux.c | 687 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, 783 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 431 if (!genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global->nl, "nlctrl"), in nl_get_multicast_id() 448 return genlmsg_put(msg, 0, 0, drv->global->nl80211_id, in nl80211_cmd()
|