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