ind 1096 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 1098 src/ftmod/ftmod_isdn/ftmod_isdn.c int ret, offset = (ind == Q921_DL_DATA) ? 4 : 3; ind 1101 src/ftmod/ftmod_isdn/ftmod_isdn.c switch(ind) { ind 1118 src/ftmod/ftmod_isdn/ftmod_isdn.c ret = Q931Rx23(pvt, ind, tei, msg, mlen); ind 1917 src/ftmod/ftmod_isdn/ftmod_isdn.c static int q931_rx_32(void *pvt, Q921DLMsg_t ind, L3UCHAR tei, L3UCHAR *msg, L3INT mlen) ind 1922 src/ftmod/ftmod_isdn/ftmod_isdn.c switch(ind) { ind 1945 src/ftmod/ftmod_isdn/ftmod_isdn.c return Q921Rx32(pvt, 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);