Home
last modified time | relevance | path

Searched refs:ndrv_demux_desc (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/net/
H A Dndrv.h90 struct ndrv_demux_desc { struct
118 struct ndrv_demux_desc *demux_list; argument
H A Dndrv.c96 static int ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux);
669 struct ndrv_demux_desc* ndrvDemux = NULL; in ndrv_setspec()
740 ndrvDemuxSize = proto_param.demux_count * sizeof(struct ndrv_demux_desc); in ndrv_setspec()
741 ndrvDemux = (struct ndrv_demux_desc*) kalloc_data(ndrvDemuxSize, Z_WAITOK); in ndrv_setspec()
756 ndrvSpec.demux_count * sizeof(struct ndrv_demux_desc)); in ndrv_setspec()
810 ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux) in ndrv_to_ifnet_demux()