taglinefilesource code
ax25_list104net/ax25/af_ax25.cstatic ax25_cb *volatile ax25_list = NULL;
ax25_list167net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list168net/ax25/af_ax25.cax25_list = s->next;
ax25_list193net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list232net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list233net/ax25/af_ax25.cax25_list  = ax25;
ax25_list250net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list275net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list299net/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_list545net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list1795net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {