Searched refs:GAS_DIALOG_MAX (Results 1 – 3 of 3) sorted by relevance
81 sta->gas_dialog = os_calloc(GAS_DIALOG_MAX, in gas_dialog_create()87 for (i = sta->gas_dialog_next, j = 0; j < GAS_DIALOG_MAX; i++, j++) { in gas_dialog_create()88 if (i == GAS_DIALOG_MAX) in gas_dialog_create()95 sta->gas_dialog_next = (++i == GAS_DIALOG_MAX) ? 0 : i; in gas_dialog_create()120 for (i = 0; sta->gas_dialog && i < GAS_DIALOG_MAX; i++) { in gas_serv_dialog_find()150 for (i = 0; i < GAS_DIALOG_MAX; i++) { in gas_serv_free_dialogs()
181 #define GAS_DIALOG_MAX 8 /* Max concurrent dialog number */ macro
316 for (i = 0; i < GAS_DIALOG_MAX; i++) in ap_free_sta()