Searched refs:len_phone (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dl3dss1.c2090 u_char len_phone = 0; local
2110 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
2114 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */
2118 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */
2127 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */
2130 *p++ = len_phone+2+len_sub; /* length */
2132 *p++ = len_phone; /* length */
2133 for (l = 0; l < len_phone; l++)
H A Dl3ni1.c1946 u_char len_phone = 0; local
1966 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
1970 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */
1974 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */
1983 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */
1986 *p++ = len_phone+2+len_sub; /* length */
1988 *p++ = len_phone; /* length */
1989 for (l = 0; l < len_phone; l++)

Completed in 34 milliseconds