taglinefilesource code
ax25_list250include/net/ax25.hextern ax25_cb * volatile ax25_list;
ax25_list129net/ax25/af_ax25.cax25_cb *volatile ax25_list = NULL;
ax25_list195net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list196net/ax25/af_ax25.cax25_list = s->next;
ax25_list221net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list269net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list270net/ax25/af_ax25.cax25_list  = ax25;
ax25_list287net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list312net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list336net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list361net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list731net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list782net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list2281net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list417net/ax25/ax25_out.cfor (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) {