Searched refs:kwtbl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Droute.c133 static int kw_lookup(const char *kwtbl, char ***pargs) argument
137 if (strcmp(kwtbl+2, **pargs) == 0) { /* Found a match. */
139 if (kwtbl[1] & KW_TAKES_ARG) {
145 return kwtbl[1];
147 kwtbl += *kwtbl;
148 } while (*kwtbl);

Completed in 95 milliseconds