Home
last modified time | relevance | path

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

/drivers/net/wan/
Dcycx_drv.c76 static int get_option_index(long *optlist, long optval);
532 static int get_option_index(long *optlist, long optval) in get_option_index() argument
536 for (; i <= optlist[0]; ++i) in get_option_index()
537 if (optlist[i] == optval) in get_option_index()