OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nla_nest_start
(Results
1 - 9
of
9
) sorted by null
/external/libnl/lib/route/link/
vlan.c
264
if (!(data =
nla_nest_start
(msg, IFLA_INFO_DATA)))
284
if (!(qos =
nla_nest_start
(msg, IFLA_VLAN_INGRESS_QOS)))
304
if (!(qos =
nla_nest_start
(msg, IFLA_VLAN_EGRESS_QOS)))
/external/libnl/include/netlink/
attr.h
125
extern struct nlattr *
nla_nest_start
(struct nl_msg *, int);
/external/libnl/lib/netfilter/
ct.c
392
tuple =
nla_nest_start
(msg, repl ? CTA_TUPLE_REPLY : CTA_TUPLE_ORIG);
396
ip =
nla_nest_start
(msg, CTA_TUPLE_IP);
414
proto =
nla_nest_start
(msg, CTA_TUPLE_PROTO);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h
199
return
nla_nest_start
(mMsg, attribute);
/external/libnl/lib/
attr.c
234
* // to be nested with calls to
nla_nest_start
() respetively nla_nest_end().
235
* struct nlattr *opts =
nla_nest_start
(msg, ATTR_OPTS);
301
* if (!(info =
nla_nest_start
(msg, IFLA_LINKINFO)))
309
* if (!(vlan =
nla_nest_start
(msg, IFLA_INFO_DATA)))
1122
struct nlattr *
nla_nest_start
(struct nl_msg *msg, int attrtype)
function
1135
* @arg start Container attribute as returned from
nla_nest_start
().
[
all
...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h
221
return
nla_nest_start
(mMsg, attribute);
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
[
all
...]
/external/libnl/lib/route/
route_obj.c
1127
metrics =
nla_nest_start
(msg, RTA_METRICS);
1143
if (!(multipath =
nla_nest_start
(msg, RTA_MULTIPATH)))
link.c
911
if (!(info =
nla_nest_start
(msg, IFLA_LINKINFO)))
[
all
...]
Completed in 1082 milliseconds