Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Dl3dss1.c2099 u_char *subp; in l3dss1_redir_req() local
2120 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3dss1_redir_req()
2121 … if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */ in l3dss1_redir_req()
2149 while (*subp) *p++ = *subp++; in l3dss1_redir_req()
Dl3ni1.c1954 u_char *subp; in l3ni1_redir_req() local
1975 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3ni1_redir_req()
1976 … if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */ in l3ni1_redir_req()
2004 while (*subp) *p++ = *subp++; in l3ni1_redir_req()