HomeSort by relevance Sort by last modified time
    Searched refs:nl_msg (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/libnl/include/netlink/
cache.h 54 struct nl_msg *);
  /external/libnl/include/netlink/netfilter/
queue_msg.h 93 extern struct nl_msg * nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *);
  /external/libnl/include/netlink/route/
link.h 67 struct nl_msg **);
  /external/libnl/src/
nf-monitor.c 28 static int event_input(struct nl_msg *msg, void *arg)
nl-monitor.c 26 static int event_input(struct nl_msg *msg, void *arg)
nf-log.c 42 static int event_input(struct nl_msg *msg, void *arg)
nf-queue.c 74 static int event_input(struct nl_msg *msg, void *arg)
  /external/libnl/lib/fib_lookup/
lookup.c 209 struct nl_msg **result)
211 struct nl_msg *msg;
262 struct nl_msg *msg;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 61 static int internal_valid_message_handler(nl_msg *msg, void *arg);
110 int ack_handler(struct nl_msg *msg, void *arg)
118 int finish_handler(struct nl_msg *msg, void *arg)
135 static int no_seq_check(struct nl_msg *msg, void *arg)
329 static int internal_valid_message_handler(nl_msg *msg, void *arg)
cpp_bindings.cpp 592 static int no_seq_check(struct nl_msg *msg, void *arg)
690 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) {
704 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) {
720 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) {
727 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) {
734 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) {
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 599 static int bss_info_handler(struct nl_msg *msg, void *arg);
603 static int ack_handler(struct nl_msg *msg, void *arg)
610 static int finish_handler(struct nl_msg *msg, void *arg)
626 static int no_seq_check(struct nl_msg *msg, void *arg)
633 struct nl_handle *nl_handle, struct nl_msg *msg,
634 int (*valid_handler)(struct nl_msg *, void *),
674 struct nl_msg *msg,
675 int (*valid_handler)(struct nl_msg *, void *),
684 struct nl_msg *msg,
685 int (*valid_handler)(struct nl_msg *, void *)
    [all...]
  /external/libnl/lib/route/
neigh.c 499 struct nl_msg **result)
501 struct nl_msg *msg;
556 struct nl_msg **result)
582 struct nl_msg *msg;
617 struct nl_msg **result)
637 struct nl_msg *msg;
rule.c 387 struct nl_msg **result)
389 struct nl_msg *msg;
462 struct nl_msg **result)
482 struct nl_msg *msg;
517 struct nl_msg **result)
536 struct nl_msg *msg;
addr.c 559 struct nl_msg **result)
561 struct nl_msg *msg;
647 struct nl_msg **result)
674 struct nl_msg *msg;
720 struct nl_msg **result)
746 struct nl_msg *msg;
neightbl.c 450 struct nl_msg **result)
452 struct nl_msg *m, *parms = NULL;
568 struct nl_msg *msg;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 575 static int no_seq_check(struct nl_msg *msg, void *arg)
673 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) {
687 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) {
703 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) {
710 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) {
717 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) {
wifi_hal.cpp 50 static int internal_no_seq_check(nl_msg *msg, void *arg);
51 static int internal_valid_message_handler(nl_msg *msg, void *arg);
285 static int internal_no_seq_check(struct nl_msg *msg, void *arg)
290 static int internal_valid_message_handler(nl_msg *msg, void *arg)
  /system/extras/taskstats/
taskstats.c 47 struct nl_msg* message = nlmsg_alloc();
71 int parse_family_id(struct nl_msg* msg, void* arg) {
125 int parse_task_stats(struct nl_msg* msg, void* arg) {
  /external/android-clat/
getaddr.c 44 static int getaddr_cb(struct nl_msg *msg, void *data) {
  /external/libnl/lib/genl/
genl.c 41 * struct nl_msg *msg;
73 * static int parse_cb(struct nl_msg *msg, void *arg)
246 void *genlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, int family,
  /external/libnl/lib/route/sch/
htb.c 229 static struct nl_msg *htb_qdisc_get_opts(struct rtnl_qdisc *qdisc)
233 struct nl_msg *msg;
266 static struct nl_msg *htb_class_get_opts(struct rtnl_class *class)
271 struct nl_msg *msg;
prio.c 124 static struct nl_msg *prio_get_opts(struct rtnl_qdisc *qdisc)
128 struct nl_msg *msg;
  /external/libnl/lib/route/cls/
basic.c 126 static int basic_get_opts(struct rtnl_cls *cls, struct nl_msg *msg)
fw.c 118 static int fw_get_opts(struct rtnl_cls *cls, struct nl_msg *msg)
  /external/libnl/include/
netlink-types.h 56 struct nl_msg *);
125 struct nl_msg struct

Completed in 576 milliseconds

1 23 4