taglinefilesource code
ax25_list247include/net/ax25.hextern ax25_cb * volatile ax25_list;
ax25_list126net/ax25/af_ax25.cax25_cb *volatile ax25_list = NULL;
ax25_list192net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list193net/ax25/af_ax25.cax25_list = s->next;
ax25_list218net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list266net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list267net/ax25/af_ax25.cax25_list  = ax25;
ax25_list284net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list309net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list333net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list358net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list716net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list766net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list2282net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list401net/ax25/ax25_out.cfor (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) {