Searched refs:demux_count (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dndrv.h112 * demux_count : number of demux_list descriptors in demux_list
119 u_int32_t demux_count; member in struct:ndrv_protocol_desc
131 u_int32_t demux_count; member in struct:ndrv_protocol_desc64
H A Dif_ether.h49 u_int32_t demux_count);
H A Dndrv.c684 ndrvSpec.demux_count = ndrvSpec64.demux_count;
706 proto_param.demux_count = ndrvSpec.demux_count;
709 MALLOC(ndrvDemux, struct ndrv_demux_desc*, proto_param.demux_count *
716 sizeof(*proto_param.demux_array) * ndrvSpec.demux_count,
725 ndrvSpec.demux_count * sizeof(struct ndrv_demux_desc));
734 proto_param.demux_count = ndrvSpec.demux_count;
738 for (demuxOn = 0; demuxOn < ndrvSpec.demux_count; demuxO
[all...]
H A Dkpi_interface.h308 @param demux_count The number of demux descriptors in the array.
316 u_int32_t demux_count);
654 @field demux_count The number of entries in the demux_array array.
667 u_int32_t demux_count; /* interface may/may not require */ member in struct:ifnet_attach_proto_param
680 u_int32_t demux_count; /* interface may/may not require */ member in struct:ifnet_attach_proto_param_v2
H A Dether_at_pr_module.c240 proto.demux_count = sizeof(demux) / sizeof(demux[0]);
H A Dether_if_module.c349 u_int32_t demux_count)
354 for (i = 0; i < demux_count; i++) {
345 ether_add_proto( ifnet_t ifp, protocol_family_t protocol, const struct ifnet_demux_desc *demux_list, u_int32_t demux_count) argument
H A Dether_inet6_pr_module.c244 proto.demux_count = 1;
H A Dif_loop.c182 __unused u_int32_t demux_count)
178 lo_add_proto( __unused ifnet_t interface, __unused protocol_family_t protocol_family, __unused const struct ifnet_demux_desc *demux_array, __unused u_int32_t demux_count) argument
H A Dether_inet_pr_module.c522 proto.demux_count = sizeof(demux) / sizeof(demux[0]);
H A Ddlil.c1997 u_int32_t demux_count)
2041 retval = ifp->if_add_proto(ifp, proto->protocol_family, demux_list, demux_count);
2115 proto_details->demux_list, proto_details->demux_count);
2153 proto_details->demux_list, proto_details->demux_count);
H A Dif_gif.c188 __unused u_int32_t demux_count)
184 gif_add_proto( ifnet_t ifp, protocol_family_t protocol_family, __unused const struct ifnet_demux_desc *demux_array, __unused u_int32_t demux_count) argument
H A Dif_stf.c189 __unused u_int32_t demux_count)
185 stf_add_proto( ifnet_t ifp, protocol_family_t protocol_family, __unused const struct ifnet_demux_desc *demux_array, __unused u_int32_t demux_count) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8289 u_int32_t demux_count);
8792 __unused u_int32_t demux_count)
8788 ipsecif_add_proto( __unused ifnet_t interface, protocol_family_t protocol, __unused const struct ifnet_demux_desc *demux_array, __unused u_int32_t demux_count) argument

Completed in 64 milliseconds