taglinefilesource code
ax25_list117net/ax25/af_ax25.cstatic ax25_cb *volatile ax25_list = NULL;
ax25_list183net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list184net/ax25/af_ax25.cax25_list = s->next;
ax25_list209net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list257net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list258net/ax25/af_ax25.cax25_list  = ax25;
ax25_list275net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list300net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list324net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list349net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list607net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list2029net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {