OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_opt
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/tipc/
cmdl.h
49
struct opt *
get_opt
(struct opt *opts, char *key);
cmdl.c
53
struct opt *
get_opt
(struct opt *opts, char *key)
function
67
return
get_opt
(opts, key) ? true : false;
bearer.c
141
if (!(opt =
get_opt
(opts, "localip"))) {
148
if ((opt =
get_opt
(opts, "remoteip")))
151
if ((opt =
get_opt
(opts, "localport")))
154
if ((opt =
get_opt
(opts, "remoteport")))
221
if (!(opt =
get_opt
(opts, "media"))) {
234
if (!(opt =
get_opt
(opts, entry->identifier))) {
276
if ((opt =
get_opt
(opts, "remoteport")))
279
if ((opt =
get_opt
(opts, "remoteip"))) {
331
if (!(opt =
get_opt
(opts, "media"))) {
342
if (!(opt =
get_opt
(opts, "name")))
[
all
...]
media.c
122
if (!(opt =
get_opt
(opts, "media"))) {
209
if (!(opt =
get_opt
(opts, "media"))) {
link.c
129
opt =
get_opt
(opts, "link");
195
opt =
get_opt
(opts, "link");
390
opt =
get_opt
(opts, "link");
472
opt =
get_opt
(opts, "link");
790
if (
get_opt
(opts, "media")) {
Completed in 197 milliseconds