HomeSort by relevance Sort by last modified time
    Searched refs:genlmsg_put (Results 1 - 9 of 9) sorted by null

  /external/libnl/include/netlink/genl/
genl.h 28 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
  /external/libnl/tests/
test-genl.c 17 hdr = genlmsg_put(msg, NL_AUTO_PID, NL_AUTO_SEQ, GENL_ID_CTRL,
  /external/libnl/lib/genl/
genl.c 56 * genlmsg_put(msg, NL_AUTO_PID, NL_AUTO_SEQ, family, 0, NLM_F_ECHO,
246 void *genlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, int family, function
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 111 genlmsg_put(msg, 0, 0, dhd_nli->nl_id, 0, 0,
  /system/extras/taskstats/
taskstats.c 52 genlmsg_put(message, nlmsg_pid, seq, nlmsg_type, header_length, flags,
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 543 genlmsg_put(mMsg, /* pid = */ 0, /* seq = */ 0, family,
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 561 genlmsg_put(mMsg, /* pid = */ 0, /* seq = */ 0, family,
  /external/libpcap/
pcap-linux.c 657 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
753 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 425 if (!genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global->nl, "nlctrl"),
442 return genlmsg_put(msg, 0, 0, drv->global->nl80211_id,
    [all...]

Completed in 261 milliseconds