Searched refs:stfnames (Results 1 – 1 of 1) sorted by relevance
197 static char *stfnames[] = {"stf0", "stf", "6to4", NULL}; variable232 for(i = 0; stfnames[i] != NULL; i++) { in stf_clone_match()233 if (strcmp(stfnames[i], name) == 0) in stf_clone_match()