Searched refs:isdn_dr_prot (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/netisdn/ |
| D | i4b_l3l4.h | 226 struct isdn_dr_prot; 239 int (*N_DOWNLOAD) (void*, int numprotos, struct isdn_dr_prot *protocols);
|
| D | i4b_ioctl.h | 595 struct isdn_dr_prot { struct 603 struct isdn_dr_prot *protocols; argument
|
| D | i4b_i4bdrv.c | 749 struct isdn_dr_prot *prots = NULL, *prots2 = NULL; in isdnioctl() 767 prots = malloc(r->numprotos * sizeof(struct isdn_dr_prot), in isdnioctl() 770 prots2 = malloc(r->numprotos * sizeof(struct isdn_dr_prot), in isdnioctl() 779 copyin(r->protocols, prots, r->numprotos * sizeof(struct isdn_dr_prot)); in isdnioctl()
|
| D | i4b_capi_l4if.c | 58 static int n_download(void *, int, struct isdn_dr_prot *); 329 n_download(void *token, int numprotos, struct isdn_dr_prot *protocols) in n_download()
|
| /mirbsd/src/usr.sbin/isdn/daicctl/ |
| D | dnload.c | 56 struct isdn_dr_prot prots[4];
|
| /mirbsd/src/usr.sbin/isdn/isdnd/ |
| D | controller.c | 187 struct isdn_dr_prot idp; in init_active_controller()
|
| /mirbsd/src/sys/dev/ic/ |
| D | daic.c | 81 static int daic_download __P((void *, int portcount, struct isdn_dr_prot *data)); 385 struct isdn_dr_prot *data;
|