Searched refs:get_opt (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tipc/ |
D | bearer.c | 76 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 …]
|
D | link.c | 127 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()
|
D | cmdl.h | 37 struct opt *get_opt(struct opt *opts, char *key);
|
D | media.c | 122 if (!(opt = get_opt(opts, "media"))) { in cmd_media_get_prop() 209 if (!(opt = get_opt(opts, "media"))) { in cmd_media_set_prop()
|
D | cmdl.c | 53 struct opt *get_opt(struct opt *opts, char *key) in get_opt() function
|