Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hisax/
Dl3dss1.c2091 u_char len_phone = 0; in l3dss1_redir_req() local
2111 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3dss1_redir_req()
2115 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */ in l3dss1_redir_req()
2119 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */ in l3dss1_redir_req()
2128 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */ in l3dss1_redir_req()
2131 *p++ = len_phone + 2 + len_sub; /* length */ in l3dss1_redir_req()
2133 *p++ = len_phone; /* length */ in l3dss1_redir_req()
2134 for (l = 0; l < len_phone; l++) in l3dss1_redir_req()
Dl3ni1.c1946 u_char len_phone = 0; in l3ni1_redir_req() local
1966 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3ni1_redir_req()
1970 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3 + 3; /* length of element */ in l3ni1_redir_req()
1974 *p++ = len_phone + len_sub + 2 + 2 + 8 + 3; /* length of data */ in l3ni1_redir_req()
1983 *p++ = len_phone + 2 + 2 + 3 + len_sub; /* length */ in l3ni1_redir_req()
1986 *p++ = len_phone + 2 + len_sub; /* length */ in l3ni1_redir_req()
1988 *p++ = len_phone; /* length */ in l3ni1_redir_req()
1989 for (l = 0; l < len_phone; l++) in l3ni1_redir_req()