Home
last modified time | relevance | path

Searched refs:isdn_ppp_bind (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/isdn/i4l/
Disdn_ppp.h21 extern int isdn_ppp_bind(isdn_net_local *);
Disdn_net.c1259 if (isdn_ppp_bind(lp) < 0) { in isdn_net_start_xmit()
2322 if (isdn_ppp_bind(lp) < 0) { in isdn_net_find_icall()
2367 if (isdn_ppp_bind(lp) < 0) { in isdn_net_find_icall()
2435 if (isdn_ppp_bind(lp) < 0) { in isdn_net_force_dial_lp()
Disdn_ppp.c156 isdn_ppp_bind(isdn_net_local *lp) in isdn_ppp_bind() function