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