tag | line | file | source code |
ax25_list | 244 | include/net/ax25.h | extern ax25_cb * volatile ax25_list; |
ax25_list | 120 | net/ax25/af_ax25.c | ax25_cb *volatile ax25_list = NULL; |
ax25_list | 186 | net/ax25/af_ax25.c | if ((s = ax25_list) == ax25) { |
ax25_list | 187 | net/ax25/af_ax25.c | ax25_list = s->next; |
ax25_list | 212 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 260 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
ax25_list | 261 | net/ax25/af_ax25.c | ax25_list = ax25; |
ax25_list | 278 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 303 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 327 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 352 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 591 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 639 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 2106 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 369 | net/ax25/ax25_out.c | for (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) { |