Searched refs:teln (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dl3_1tr6.c76 u_char *teln; local
82 teln = pc->para.setup.phone;
84 if (!isdigit(*teln)) {
85 switch (0x5f & *teln) {
93 teln++;
94 if (*teln == '1')
104 teln++;
136 *p++ = strlen(teln) + 1;
139 while (*teln)
140 *p++ = *teln
[all...]
H A Dl3dss1.c1229 u_char *teln; local
1237 teln = pc->para.setup.phone;
1239 send_keypad = (strchr(teln,'*') || strchr(teln,'#')) ? 1 : 0;
1270 *p++ = strlen(teln);
1271 while (*teln)
1272 *p++ = (*teln++) & 0x7F;
1278 if ((*teln) && (!send_keypad)) {
1280 if (!isdigit(*teln)) {
1281 switch (0x5f & *teln) {
[all...]
H A Dl3ni1.c1176 u_char *teln; local
1183 teln = pc->para.setup.phone;
1208 sp = teln;
1218 *p++ = strlen(teln);
1219 while (*teln)
1220 *p++ = (*teln++) & 0x7F;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapidrv.c1492 static int decodeFVteln(char *teln, unsigned long *bmaskp, int *activep) argument
1499 if (strncmp(teln, "FV:", 3) != 0)
1501 s = teln + 3;
1547 static int FVteln2capi20(char *teln, u8 AdditionalInfo[1+2+2+31]) argument
1553 rc = decodeFVteln(teln, &bmask, &active);

Completed in 62 milliseconds