Home
last modified time | relevance | path

Searched refs:isdn_dr_prot (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/netisdn/
Di4b_l3l4.h226 struct isdn_dr_prot;
239 int (*N_DOWNLOAD) (void*, int numprotos, struct isdn_dr_prot *protocols);
Di4b_ioctl.h595 struct isdn_dr_prot { struct
603 struct isdn_dr_prot *protocols; argument
Di4b_i4bdrv.c749 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()
Di4b_capi_l4if.c58 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/
Ddnload.c56 struct isdn_dr_prot prots[4];
/mirbsd/src/usr.sbin/isdn/isdnd/
Dcontroller.c187 struct isdn_dr_prot idp; in init_active_controller()
/mirbsd/src/sys/dev/ic/
Ddaic.c81 static int daic_download __P((void *, int portcount, struct isdn_dr_prot *data));
385 struct isdn_dr_prot *data;