taglinefilesource code
ax25_list114net/ax25/af_ax25.cstatic ax25_cb *volatile ax25_list = NULL;
ax25_list180net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list181net/ax25/af_ax25.cax25_list = s->next;
ax25_list206net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list254net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list255net/ax25/af_ax25.cax25_list  = ax25;
ax25_list272net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list297net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list321net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list346net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list604net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list2062net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {