Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hisax/
Dl3dss1.c2090 u_char *subp; in l3dss1_redir_req() local
2111 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3dss1_redir_req()
2112 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */ in l3dss1_redir_req()
2140 while (*subp) *p++ = *subp++; in l3dss1_redir_req()
Dl3ni1.c1945 u_char *subp; in l3ni1_redir_req() local
1966 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3ni1_redir_req()
1967 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */ in l3ni1_redir_req()
1995 while (*subp) *p++ = *subp++; in l3ni1_redir_req()