ind 1256 src/ftmod/ftmod_isdn/ftmod_isdn.c static int ftdm_isdn_921_23(void *pvt, Q921DLMsg_t ind, L2UCHAR tei, L2UCHAR *msg, L2INT mlen) ind 1260 src/ftmod/ftmod_isdn/ftmod_isdn.c int ret, offset = (ind == Q921_DL_DATA) ? 4 : 3; ind 1263 src/ftmod/ftmod_isdn/ftmod_isdn.c switch(ind) { ind 1270 src/ftmod/ftmod_isdn/ftmod_isdn.c isdn_pcap_write(isdn_data, msg, mlen, (ind == Q921_DL_UNIT_DATA) ? ISDN_PCAP_INCOMING_BCAST : ISDN_PCAP_INCOMING); ind 1274 src/ftmod/ftmod_isdn/ftmod_isdn.c ret = Q931Rx23(&isdn_data->q931, ind, tei, msg, mlen); ind 2077 src/ftmod/ftmod_isdn/ftmod_isdn.c static int q931_rx_32(void *pvt, Q921DLMsg_t ind, L3UCHAR tei, L3UCHAR *msg, L3INT mlen) ind 2084 src/ftmod/ftmod_isdn/ftmod_isdn.c switch(ind) { ind 2102 src/ftmod/ftmod_isdn/ftmod_isdn.c return Q921Rx32(&isdn_data->q921, ind, tei, msg, mlen); ind 468 src/isdn/Q921.c static int Q921Tx23Proc(L2TRUNK trunk, Q921DLMsg_t ind, L2UCHAR tei, L2UCHAR *Msg, L2INT size) ind 470 src/isdn/Q921.c return trunk->Q921Tx23Proc(trunk->PrivateData23, ind, tei, Msg, size); ind 1488 src/isdn/Q921.c int Q921Rx32(L2TRUNK trunk, Q921DLMsg_t ind, L2UCHAR tei, L2UCHAR * Mes, L2INT Size) ind 1493 src/isdn/Q921.c Q921Log(trunk, Q921_LOG_DEBUG, "Got frame from Q.931, type: %d, tei: %d, size: %d\n", ind, tei, Size); ind 1495 src/isdn/Q921.c switch(ind) { ind 341 src/isdn/Q931.c L3INT Q931Rx23(Q931_TrunkInfo_t *pTrunk, L3INT ind, L3UCHAR tei, L3UCHAR * buf, L3INT Size) ind 350 src/isdn/Q931.c switch (ind) { ind 388 src/isdn/Q931.c Q931Log(pTrunk, Q931_LOG_DEBUG, "Received message from Q.921 (ind %d, tei %d, size %d)\nMesType: %d, CRVFlag %d (%s), CRV %d (Dialect: %d)\n", ind, m->Tei, Size, ind 147 src/isdn/include/Q921.h typedef int (*Q921Tx23CB_t) (void *, Q921DLMsg_t ind, L2UCHAR tei, L2UCHAR *, L2INT); ind 220 src/isdn/include/Q921.h int Q921Rx32(L2TRUNK trunk, Q921DLMsg_t ind, L2UCHAR tei, L2UCHAR * Mes, L2INT Size); ind 209 src/isdn/include/Q921priv.h static int Q921Tx23Proc(L2TRUNK trunk, Q921DLMsg_t ind, L2UCHAR tei, L2UCHAR *Msg, L2INT size); ind 1076 src/isdn/include/Q931.h L3INT Q931Rx23(Q931_TrunkInfo_t *pTrunk, L3INT ind, L3UCHAR tei, L3UCHAR * Mes, L3INT Size); ind 27 src/testr2.c ftdm_channel_indication_t ind = FTDM_CHANNEL_INDICATE_NONE; ind 30 src/testr2.c ind = FTDM_CHANNEL_INDICATE_PROGRESS; ind 33 src/testr2.c ind = FTDM_CHANNEL_INDICATE_PROGRESS_MEDIA; ind 36 src/testr2.c ind = FTDM_CHANNEL_INDICATE_ANSWER; ind 45 src/testr2.c indication = ind; ind 134 src/testr2.c ftdm_channel_indication_t ind = FTDM_CHANNEL_INDICATE_NONE; ind 138 src/testr2.c ind = indication; ind 144 src/testr2.c ftdm_channel_call_indicate(lchan, ind); ind 148 src/testr2.c ftdm_channel_indication2str(ind), diff);