tag | line | file | source code |
ax25_list | 250 | include/net/ax25.h | extern ax25_cb * volatile ax25_list; |
ax25_list | 129 | net/ax25/af_ax25.c | ax25_cb *volatile ax25_list = NULL; |
ax25_list | 195 | net/ax25/af_ax25.c | if ((s = ax25_list) == ax25) { |
ax25_list | 196 | net/ax25/af_ax25.c | ax25_list = s->next; |
ax25_list | 221 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 269 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
ax25_list | 270 | net/ax25/af_ax25.c | ax25_list = ax25; |
ax25_list | 287 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 312 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 336 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 361 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 729 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 780 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 2279 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 407 | net/ax25/ax25_out.c | for (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) { |