Searched refs:xlate_list (Results 1 – 1 of 1) sorted by relevance
81 static struct translator *xlate_list = NULL; variable129 for (t = xlate_list; t; t = t->next) { in add_to_xlate_list()134 translate->next = xlate_list; in add_to_xlate_list()135 xlate_list = translate; in add_to_xlate_list()220 for (t = xlate_list; t; t = t->next) { in __classic_netdir_getbyname()349 for (t = xlate_list; t; t = t->next) { in __classic_netdir_getbyaddr()417 for (t = xlate_list; t; t = t->next) { in netdir_options()466 for (t = xlate_list; t; t = t->next) { in uaddr2taddr()525 for (t = xlate_list; t; t = t->next) { in taddr2uaddr()632 static struct xlate_list { in load_xlate() struct[all …]