InfoChanSel 366 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = 1; /* None = 0, See Slot = 1, Any = 3 */ InfoChanSel 370 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = (unsigned char)chan_id & 0x03; /* None = 0, B1 = 1, B2 = 2, Any = 3 */ InfoChanSel 570 src/ftmod/ftmod_isdn/ftmod_isdn.c chan_id = chanid->InfoChanSel; InfoChanSel 573 src/ftmod/ftmod_isdn/ftmod_isdn.c if(chanid->InfoChanSel == 3) { InfoChanSel 921 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = 1; /* None = 0, See Slot = 1, Any = 3 */ InfoChanSel 925 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = (unsigned char)ftdmchan->chan_id & 0x03; /* None = 0, B1 = 1, B2 = 2, Any = 3 */ InfoChanSel 1207 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = 1; /* None = 0, See Slot = 1, Any = 3 */ InfoChanSel 1211 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = (unsigned char)ftdmchan->chan_id & 0x03; /* None = 0, B1 = 1, B2 = 2, Any = 3 */ InfoChanSel 1332 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = 1; /* None = 0, See Slot = 1, Any = 3 */ InfoChanSel 1336 src/ftmod/ftmod_isdn/ftmod_isdn.c ChanID.InfoChanSel = (unsigned char)ftdmchan->chan_id & 0x03; /* None = 0, B1 = 1, B2 = 2, Any = 3 */ InfoChanSel 317 src/isdn/Q931api.c pIE->InfoChanSel = 0; /* Info. channel selection */ InfoChanSel 1151 src/isdn/Q931ie.c pie->InfoChanSel = IBuf[Octet] & 0x03; InfoChanSel 1199 src/isdn/Q931ie.c switch (pie->InfoChanSel) { InfoChanSel 1213 src/isdn/Q931ie.c snprintf(tmp, sizeof(tmp)-1, "InfoChanSel: %d (%s)", pie->InfoChanSel, iface); InfoChanSel 1254 src/isdn/Q931ie.c | (pIE->InfoChanSel & 0x03); InfoChanSel 444 src/isdn/include/Q931ie.h L3UCHAR InfoChanSel; /* Info. channel selection */