Searched refs:xlate_list (Results 1 – 1 of 1) sorted by relevance
83 static struct translator *xlate_list = NULL; variable131 for (t = xlate_list; t; t = t->next) { in add_to_xlate_list()136 translate->next = xlate_list; in add_to_xlate_list()137 xlate_list = translate; in add_to_xlate_list()222 for (t = xlate_list; t; t = t->next) { in __classic_netdir_getbyname()351 for (t = xlate_list; t; t = t->next) { in __classic_netdir_getbyaddr()419 for (t = xlate_list; t; t = t->next) { in netdir_options()468 for (t = xlate_list; t; t = t->next) { in uaddr2taddr()527 for (t = xlate_list; t; t = t->next) { in taddr2uaddr()634 static struct xlate_list { in load_xlate() struct[all …]