Home
last modified time | relevance | path

Searched refs:get_opt (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/tipc/
Dbearer.c76 if (!(opt = get_opt(opts, "device"))) { in enable_l2_bearer()
151 if (!(opt = get_opt(opts, "name"))) { in enable_udp_bearer()
158 if (!(opt = get_opt(opts, "localip"))) { in enable_udp_bearer()
165 if ((opt = get_opt(opts, "remoteip"))) in enable_udp_bearer()
168 if ((opt = get_opt(opts, "localport"))) in enable_udp_bearer()
171 if ((opt = get_opt(opts, "remoteport"))) in enable_udp_bearer()
251 if (!(opt = get_opt(opts, "media"))) { in cmd_bearer_enable()
266 if ((opt = get_opt(opts, "domain"))) in cmd_bearer_enable()
269 if ((opt = get_opt(opts, "priority"))) { in cmd_bearer_enable()
306 if (!(opt = get_opt(opts, "device"))) { in add_l2_bearer()
[all …]
Dlink.c127 if (!(opt = get_opt(opts, "link"))) { in cmd_link_get_prop()
191 if (!(opt = get_opt(opts, "link"))) { in cmd_link_stat_reset()
385 if ((opt = get_opt(opts, "link"))) in cmd_link_stat_show()
465 if (!(opt = get_opt(opts, "link"))) { in cmd_link_set_prop()
Dcmdl.h37 struct opt *get_opt(struct opt *opts, char *key);
Dmedia.c122 if (!(opt = get_opt(opts, "media"))) { in cmd_media_get_prop()
209 if (!(opt = get_opt(opts, "media"))) { in cmd_media_set_prop()
Dcmdl.c53 struct opt *get_opt(struct opt *opts, char *key) in get_opt() function