Home
last modified time | relevance | path

Searched refs:nlmsg_append (Results 1 – 19 of 19) sorted by relevance

/external/libnl/src/
Dnl-route-get.c68 nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO); in main()
/external/libnl/include/netlink/
Dmsg.h78 extern int nlmsg_append(struct nl_msg *, void *, size_t, int);
/external/libnl/lib/route/sch/
Dfifo.c119 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in fifo_get_opts()
Dred.c138 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in red_get_opts()
Dsfq.c127 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in sfq_get_opts()
Dprio.c142 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) { in prio_get_opts()
/external/libnl/lib/route/
Dclass.c178 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_class_build_delete_request()
Dqdisc.c332 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_qdisc_build_delete_request()
Dtc.c340 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) in tca_build_msg()
Dneigh.c519 if (nlmsg_append(msg, &nhdr, sizeof(nhdr), NLMSG_ALIGNTO) < 0) in build_neigh_msg()
Dneightbl.c461 if (nlmsg_append(m, &ndt, sizeof(ndt), NLMSG_ALIGNTO) < 0) in rtnl_neightbl_build_change_request()
Drule.c419 if (nlmsg_append(msg, &rtm, sizeof(rtm), NLMSG_ALIGNTO) < 0) in build_rule_msg()
Daddr.c584 if (nlmsg_append(msg, &am, sizeof(am), NLMSG_ALIGNTO) < 0) in build_addr_msg()
Droute_obj.c1104 if (nlmsg_append(msg, &rtmsg, sizeof(rtmsg), NLMSG_ALIGNTO) < 0) in rtnl_route_build_msg()
Dlink.c880 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in rtnl_link_build_change_request()
/external/libnl/lib/fib_lookup/
Dlookup.c237 if (nlmsg_append(msg, &fr, sizeof(fr), NLMSG_ALIGNTO) < 0) in flnl_lookup_build_request()
/external/libnl/lib/
Dnl.c360 err = nlmsg_append(msg, buf, size, NLMSG_ALIGNTO); in nl_send_simple()
Dmsg.c550 int nlmsg_append(struct nl_msg *n, void *data, size_t len, int pad) in nlmsg_append() function
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c7744 if (nlmsg_append(msg, (void *) data, data_len, NLMSG_ALIGNTO) < in nl80211_vendor_cmd()