taglinefilesource code
ax25_list114net/ax25/af_ax25.cstatic ax25_cb *volatile ax25_list = NULL;
ax25_list177net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list178net/ax25/af_ax25.cax25_list = s->next;
ax25_list203net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list251net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list252net/ax25/af_ax25.cax25_list  = ax25;
ax25_list269net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list294net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list318net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list343net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list601net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list2042net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {