Searched refs:len_sub (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.c2091 u_char len_sub = 0; local
2111 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */
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 */
2136 if (len_sub)
2138 *p++ = len_sub - 2;
H A Dl3ni1.c1947 u_char len_sub = 0; local
1967 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */
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 */
1992 if (len_sub)
1994 *p++ = len_sub - 2;

Completed in 104 milliseconds