Home
last modified time | relevance | path

Searched refs:len_sub (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hisax/
Dl3dss1.c2101 u_char len_sub = 0; in l3dss1_redir_req() local
2121 … if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */ in l3dss1_redir_req()
2124 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */ in l3dss1_redir_req()
2128 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */ in l3dss1_redir_req()
2137 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */ in l3dss1_redir_req()
2140 *p++ = len_phone+2+len_sub; /* length */ in l3dss1_redir_req()
2146 if (len_sub) in l3dss1_redir_req()
2148 *p++ = len_sub - 2; in l3dss1_redir_req()
Dl3ni1.c1956 u_char len_sub = 0; in l3ni1_redir_req() local
1976 … if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */ in l3ni1_redir_req()
1979 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */ in l3ni1_redir_req()
1983 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */ in l3ni1_redir_req()
1992 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */ in l3ni1_redir_req()
1995 *p++ = len_phone+2+len_sub; /* length */ in l3ni1_redir_req()
2001 if (len_sub) in l3ni1_redir_req()
2003 *p++ = len_sub - 2; in l3ni1_redir_req()