Searched refs:isdn_l4_driver_attach (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/sys/netisdn/ |
| D | i4b_l3l4.h | 218 int isdn_l4_driver_attach(const char *name, int units, const struct isdn_l4_driver_functions *drive…
|
| D | i4b_isppp.c | 203 ippp_drvr_id = isdn_l4_driver_attach("ippp", NIPPP, &ippp_l4_functions); in ipppattach()
|
| D | i4b_rbch.c | 324 rbch_driver_id = isdn_l4_driver_attach("isdnbchan", NISDNBCHAN, &rbch_driver_functions); in isdnbchanattach()
|
| D | i4b_ipr.c | 296 irip_driver_id = isdn_l4_driver_attach("irip", NIRIP, &ipr_l4_functions); in iripattach()
|
| D | i4b_l4.c | 247 int isdn_l4_driver_attach(const char *name, int units, const struct isdn_l4_driver_functions *drive… in isdn_l4_driver_attach() function
|
| D | i4b_tel.c | 338 isdntel_driver_id = isdn_l4_driver_attach("isdntel", NISDNTEL, &tel_driver); in isdntelattach()
|