Lines Matching refs:gateway
131 gw = SYS_SLIST_PEEK_HEAD_CONTAINER(&client->gateway, gw, next); in encode_and_send()
320 sys_slist_find_and_remove(&client->gateway, &gw->next); in mqtt_sn_gw_destroy()
329 while ((next = sys_slist_get(&client->gateway)) != NULL) { in mqtt_sn_gw_destroy_all()
331 sys_slist_find_and_remove(&client->gateway, next); in mqtt_sn_gw_destroy_all()
368 SYS_SLIST_FOR_EACH_CONTAINER(&client->gateway, gw, next) { in mqtt_sn_gw_find_id()
543 gw = SYS_SLIST_PEEK_HEAD_CONTAINER(&client->gateway, gw, next); in mqtt_sn_do_gwinfo()
725 SYS_SLIST_PEEK_HEAD_CONTAINER(&client->gateway, gw, next); in process_ping()
783 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&client->gateway, gw, gw_next, next) { in process_advertise()
787 if (client->gateway.head == &gw->next) { in process_advertise()
911 sys_slist_append(&client->gateway, &gw->next); in mqtt_sn_add_gw()
1126 sys_slist_append(&client->gateway, &gw->next); in handle_advertise()
1149 if (sys_slist_len(&client->gateway) > 0) { in handle_searchgw()
1183 sys_slist_append(&client->gateway, &gw->next); in handle_gwinfo()