taglinefilesource code
ax25_list109net/ax25/af_ax25.cstatic ax25_cb *volatile ax25_list = NULL;
ax25_list172net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list173net/ax25/af_ax25.cax25_list = s->next;
ax25_list198net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list237net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list238net/ax25/af_ax25.cax25_list  = ax25;
ax25_list255net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list280net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list304net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list329net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list550net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list1879net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {