Searched defs:ax25_rt (Results 1 - 1 of 1) sorted by relevance

/net/ax25/
H A Dax25_route.c47 ax25_route *s, *t, *ax25_rt; local
50 ax25_rt = ax25_route_list;
51 while (ax25_rt != NULL) {
52 s = ax25_rt;
53 ax25_rt = ax25_rt->next;
77 ax25_route *ax25_rt; local
88 ax25_rt = ax25_route_list;
89 while (ax25_rt != NULL) {
90 if (ax25cmp(&ax25_rt
142 __ax25_put_route(ax25_route *ax25_rt) argument
150 ax25_route *s, *t, *ax25_rt; local
185 ax25_route *ax25_rt; local
255 struct ax25_route *ax25_rt; local
291 struct ax25_route *ax25_rt = v; local
357 ax25_route *ax25_rt; local
414 ax25_route *ax25_rt; local
494 ax25_route *s, *ax25_rt = ax25_route_list; local
[all...]

Completed in 20 milliseconds