tag | line | file | source code |
ax25_list | 247 | include/net/ax25.h | extern ax25_cb * volatile ax25_list; |
ax25_list | 126 | net/ax25/af_ax25.c | ax25_cb *volatile ax25_list = NULL; |
ax25_list | 192 | net/ax25/af_ax25.c | if ((s = ax25_list) == ax25) { |
ax25_list | 193 | net/ax25/af_ax25.c | ax25_list = s->next; |
ax25_list | 218 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 266 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
ax25_list | 267 | net/ax25/af_ax25.c | ax25_list = ax25; |
ax25_list | 284 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 309 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 333 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 358 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 600 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 650 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 2144 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 401 | net/ax25/ax25_out.c | for (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) { |