Home
last modified time | relevance | path

Searched refs:Q931MAXDLCT (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/
H A DQ931.c63 q931proc_func_t *Q931Proc[Q931MAXDLCT][Q931MAXMES];
65 q931umes_func_t *Q931Umes[Q931MAXDLCT][Q931MAXMES];
66 q931pmes_func_t *Q931Pmes[Q931MAXDLCT][Q931MAXMES];
68 q931uie_func_t *Q931Uie[Q931MAXDLCT][Q931MAXIE];
69 q931pie_func_t *Q931Pie[Q931MAXDLCT][Q931MAXIE];
71 q931timeout_func_t *Q931Timeout[Q931MAXDLCT][Q931MAXTIMER];
72 q931timer_t Q931Timer[Q931MAXDLCT][Q931MAXTIMER];
74 void (*Q931CreateDialectCB[Q931MAXDLCT])(L3UCHAR iDialect) = { NULL, NULL };
238 for (x = 0; x < Q931MAXDLCT; x++) { in Q931Initialize()
279 for (x = 0; x < Q931MAXDLCT; x++) { in Q931Initialize()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/include/
H A DQ931.h296 #define Q931MAXDLCT 8 /* Max dialects included in this */ macro
824 extern q931proc_func_t *Q931Proc[Q931MAXDLCT][Q931MAXMES];
826 extern q931umes_func_t *Q931Umes[Q931MAXDLCT][Q931MAXMES];
827 extern q931pmes_func_t *Q931Pmes[Q931MAXDLCT][Q931MAXMES];
829 extern q931uie_func_t *Q931Uie[Q931MAXDLCT][Q931MAXIE];
830 extern q931pie_func_t *Q931Pie[Q931MAXDLCT][Q931MAXIE];
832 extern q931timeout_func_t *Q931Timeout[Q931MAXDLCT][Q931MAXTIMER];
833 extern q931timer_t Q931Timer[Q931MAXDLCT][Q931MAXTIMER];