Searched refs:ax25_list (Results 1 – 4 of 4) sorted by relevance
96 for (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) { in ax25_ds_enquiry_response()175 for (ax25 = ax25_list; ax25 != NULL ; ax25 = ax25->next) in ax25_check_dama_slave()
143 ax25_cb *volatile ax25_list; variable178 if ((s = ax25_list) == ax25) { in ax25_remove_socket()179 ax25_list = s->next; in ax25_remove_socket()208 for (s = ax25_list; s != NULL; s = s->next) { in ax25_kill_by_device()253 ax25->next = ax25_list; in ax25_insert_socket()254 ax25_list = ax25; in ax25_insert_socket()271 for (s = ax25_list; s != NULL; s = s->next) { in ax25_find_listener()298 for (s = ax25_list; s != NULL; s = s->next) { in ax25_find_socket()322 for (s = ax25_list; s != NULL; s = s->next) { in ax25_find_cb()358 for (s = ax25_list; s != NULL; s = s->next) { in ax25_addr_match()[all …]
91 for (ax25=ax25_list; ax25 != NULL; ax25 = ax25->next) { in ax25_ds_timeout()
198 extern ax25_cb *volatile ax25_list;