Searched refs:nlmsg_append (Results 1 – 19 of 19) sorted by relevance
/external/libnl/src/ |
D | nl-route-get.c | 68 nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO); in main()
|
/external/libnl/include/netlink/ |
D | msg.h | 78 extern int nlmsg_append(struct nl_msg *, void *, size_t, int);
|
/external/libnl/lib/route/sch/ |
D | fifo.c | 119 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in fifo_get_opts()
|
D | red.c | 138 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in red_get_opts()
|
D | sfq.c | 127 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in sfq_get_opts()
|
D | prio.c | 142 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) { in prio_get_opts()
|
/external/libnl/lib/route/ |
D | class.c | 178 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_class_build_delete_request()
|
D | qdisc.c | 332 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_qdisc_build_delete_request()
|
D | tc.c | 340 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) in tca_build_msg()
|
D | neigh.c | 519 if (nlmsg_append(msg, &nhdr, sizeof(nhdr), NLMSG_ALIGNTO) < 0) in build_neigh_msg()
|
D | neightbl.c | 461 if (nlmsg_append(m, &ndt, sizeof(ndt), NLMSG_ALIGNTO) < 0) in rtnl_neightbl_build_change_request()
|
D | rule.c | 419 if (nlmsg_append(msg, &rtm, sizeof(rtm), NLMSG_ALIGNTO) < 0) in build_rule_msg()
|
D | addr.c | 584 if (nlmsg_append(msg, &am, sizeof(am), NLMSG_ALIGNTO) < 0) in build_addr_msg()
|
D | route_obj.c | 1104 if (nlmsg_append(msg, &rtmsg, sizeof(rtmsg), NLMSG_ALIGNTO) < 0) in rtnl_route_build_msg()
|
D | link.c | 880 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in rtnl_link_build_change_request()
|
/external/libnl/lib/fib_lookup/ |
D | lookup.c | 237 if (nlmsg_append(msg, &fr, sizeof(fr), NLMSG_ALIGNTO) < 0) in flnl_lookup_build_request()
|
/external/libnl/lib/ |
D | nl.c | 360 err = nlmsg_append(msg, buf, size, NLMSG_ALIGNTO); in nl_send_simple()
|
D | msg.c | 550 int nlmsg_append(struct nl_msg *n, void *data, size_t len, int pad) in nlmsg_append() function
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 7744 if (nlmsg_append(msg, (void *) data, data_len, NLMSG_ALIGNTO) < in nl80211_vendor_cmd()
|