Searched refs:matchret (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.c2141 int matchret; local
2167 matchret = isdn_msncmp(eaz, my_eaz);
2169 matchret = 1;
2170 if (!matchret)
2174 if (matchret > wret)
2175 wret = matchret;
2180 if ((!matchret) && /* EAZ is matching */
H A Disdn_tty.c2093 int matchret; local
2095 if ((matchret = isdn_tty_match_icall(eaz, &info->emu, di)) > wret)
2096 wret = matchret;
2097 if (!matchret) { /* EAZ is matching */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.c2141 int matchret; local
2167 matchret = isdn_msncmp(eaz, my_eaz);
2169 matchret = 1;
2170 if (!matchret)
2174 if (matchret > wret)
2175 wret = matchret;
2180 if ((!matchret) && /* EAZ is matching */
H A Disdn_tty.c2093 int matchret; local
2095 if ((matchret = isdn_tty_match_icall(eaz, &info->emu, di)) > wret)
2096 wret = matchret;
2097 if (!matchret) { /* EAZ is matching */

Completed in 82 milliseconds