Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dndrv.h90 struct ndrv_demux_desc { struct
118 struct ndrv_demux_desc *demux_list; argument
H A Dndrv.c95 static int ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux);
672 struct ndrv_demux_desc* ndrvDemux = NULL; in ndrv_setspec()
735 ndrvDemuxSize = proto_param.demux_count * sizeof(struct ndrv_demux_desc); in ndrv_setspec()
736 ndrvDemux = (struct ndrv_demux_desc*) kalloc_data(ndrvDemuxSize, Z_WAITOK); in ndrv_setspec()
751 ndrvSpec.demux_count * sizeof(struct ndrv_demux_desc)); in ndrv_setspec()
798 ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux) in ndrv_to_ifnet_demux()