Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dndrv.c667 struct ifnet_attach_proto_param proto_param; in ndrv_setspec() local
736 bzero(&proto_param, sizeof(proto_param)); in ndrv_setspec()
737 proto_param.demux_count = ndrvSpec.demux_count; in ndrv_setspec()
740 ndrvDemuxSize = proto_param.demux_count * sizeof(struct ndrv_demux_desc); in ndrv_setspec()
747 proto_param.demux_array = kalloc_type(struct ifnet_demux_desc, in ndrv_setspec()
749 if (proto_param.demux_array == NULL) { in ndrv_setspec()
764 proto_param.demux_count = ndrvSpec.demux_count; in ndrv_setspec()
765 proto_param.input = ndrv_input; in ndrv_setspec()
766 proto_param.event = ndrv_event; in ndrv_setspec()
771 &proto_param.demux_array[demuxOn]); in ndrv_setspec()
[all …]