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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c1230 u_char *teln; local
1238 teln = pc->para.setup.phone;
1240 send_keypad = (strchr(teln,'*') || strchr(teln,'#')) ? 1 : 0;
1271 *p++ = strlen(teln);
1272 while (*teln)
1273 *p++ = (*teln++) & 0x7F;
1279 if ((*teln) && (!send_keypad)) {
1281 if (!isdigit(*teln)) {
1282 switch (0x5f & *teln) {
[all...]
H A Dl3ni1.c1177 u_char *teln; local
1184 teln = pc->para.setup.phone;
1209 sp = teln;
1219 *p++ = strlen(teln);
1220 while (*teln)
1221 *p++ = (*teln++) & 0x7F;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapidrv.c1495 static int decodeFVteln(char *teln, unsigned long *bmaskp, int *activep) argument
1502 if (strncmp(teln, "FV:", 3) != 0)
1504 s = teln + 3;
1550 static int FVteln2capi20(char *teln, u8 AdditionalInfo[1+2+2+31]) argument
1556 rc = decodeFVteln(teln, &bmask, &active);

Completed in 41 milliseconds