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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dl3dss1.c2089 u_char len_phone = 0; local
2109 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
2113 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */
2117 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */
2126 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */
2129 *p++ = len_phone+2+len_sub; /* length */
2131 *p++ = len_phone; /* length */
2132 for (l = 0; l < len_phone; l++)
H A Dl3ni1.c1945 u_char len_phone = 0; local
1965 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
1969 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */
1973 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */
1982 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */
1985 *p++ = len_phone+2+len_sub; /* length */
1987 *p++ = len_phone; /* length */
1988 for (l = 0; l < len_phone; l++)

Completed in 84 milliseconds