HomeSort by relevance Sort by last modified time
    Searched refs:get_opt (Results 1 - 5 of 5) sorted by null

  /external/iproute2/tipc/
cmdl.h 37 struct opt *get_opt(struct opt *opts, char *key);
bearer.c 76 if (!(opt = get_opt(opts, "device"))) {
151 if (!(opt = get_opt(opts, "name"))) {
158 if (!(opt = get_opt(opts, "localip"))) {
165 if ((opt = get_opt(opts, "remoteip")))
168 if ((opt = get_opt(opts, "localport")))
171 if ((opt = get_opt(opts, "remoteport")))
251 if (!(opt = get_opt(opts, "media"))) {
266 if ((opt = get_opt(opts, "domain")))
269 if ((opt = get_opt(opts, "priority"))) {
306 if (!(opt = get_opt(opts, "device")))
    [all...]
cmdl.c 53 struct opt *get_opt(struct opt *opts, char *key) function
link.c 127 if (!(opt = get_opt(opts, "link"))) {
191 if (!(opt = get_opt(opts, "link"))) {
385 if ((opt = get_opt(opts, "link")))
465 if (!(opt = get_opt(opts, "link"))) {
media.c 122 if (!(opt = get_opt(opts, "media"))) {
209 if (!(opt = get_opt(opts, "media"))) {

Completed in 69 milliseconds