Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_stf.c156 static char *stfnames[] = {"stf0", "stf", "6to4", NULL}; variable
188 for(i = 0; stfnames[i] != NULL; i++) { in stf_clone_match()
189 if (strcmp(stfnames[i], name) == 0) in stf_clone_match()