taglinefilesource code
ax25_device76net/ax25/ax25_route.c} *ax25_device = NULL;
ax25_device476net/ax25/ax25_route.cfor (s = ax25_device; s != NULL; s = s->next)
ax25_device529net/ax25/ax25_route.cax25_dev->next = ax25_device;
ax25_device530net/ax25/ax25_route.cax25_device    = ax25_dev;
ax25_device537net/ax25/ax25_route.cstruct ax25_dev *s, *t, *ax25_dev = ax25_device;
ax25_device544net/ax25/ax25_route.cif (ax25_device == s) {
ax25_device545net/ax25/ax25_route.cax25_device = s->next;
ax25_device548net/ax25/ax25_route.cfor (t = ax25_device; t != NULL; t = t->next) {