taglinefilesource code
ax25_device71net/ax25/ax25_route.c} *ax25_device = NULL;
ax25_device431net/ax25/ax25_route.cfor (s = ax25_device; s != NULL; s = s->next)
ax25_device484net/ax25/ax25_route.cax25_dev->next = ax25_device;
ax25_device485net/ax25/ax25_route.cax25_device    = ax25_dev;
ax25_device492net/ax25/ax25_route.cstruct ax25_dev *s, *t, *ax25_dev = ax25_device;
ax25_device499net/ax25/ax25_route.cif (ax25_device == s) {
ax25_device500net/ax25/ax25_route.cax25_device = s->next;
ax25_device503net/ax25/ax25_route.cfor (t = ax25_device; t != NULL; t = t->next) {