Searched refs:GAS_DIALOG_MAX (Results 1 – 3 of 3) sorted by relevance
61 sta->gas_dialog = os_calloc(GAS_DIALOG_MAX, in gas_dialog_create()67 for (i = sta->gas_dialog_next, j = 0; j < GAS_DIALOG_MAX; i++, j++) { in gas_dialog_create()68 if (i == GAS_DIALOG_MAX) in gas_dialog_create()75 sta->gas_dialog_next = (++i == GAS_DIALOG_MAX) ? 0 : i; in gas_dialog_create()100 for (i = 0; sta->gas_dialog && i < GAS_DIALOG_MAX; i++) { in gas_serv_dialog_find()130 for (i = 0; i < GAS_DIALOG_MAX; i++) { in gas_serv_free_dialogs()
165 #define GAS_DIALOG_MAX 8 /* Max concurrent dialog number */ macro
303 for (i = 0; i < GAS_DIALOG_MAX; i++) in ap_free_sta()