Searched refs:demux_array (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | ndrv.c | 767 proto_param.demux_array = demux_desc; in ndrv_setspec() 789 &proto_param.demux_array[demuxOn]); in ndrv_setspec() 815 if (proto_param.demux_array != NULL) { in ndrv_setspec() 818 proto_param.demux_array); in ndrv_setspec()
|
| H A D | kpi_interface.h | 469 const struct ifnet_demux_desc *__counted_by(demux_count) demux_array, u_int32_t demux_count); 1221 #define demux_list demux_array 1225 …struct ifnet_demux_desc *__counted_by(demux_count) demux_array; /* interface may/may not r… 1238 …struct ifnet_demux_desc *__counted_by(demux_count) demux_array; /* interface may/may not…
|
| H A D | if_loop.c | 231 const struct ifnet_demux_desc *demux_array, u_int32_t demux_count) in lo_add_proto() argument 233 #pragma unused(interface, protocol_family, demux_array, demux_count) in lo_add_proto()
|
| H A D | if_stf.c | 221 __unused const struct ifnet_demux_desc *demux_array, in stf_add_proto() argument
|
| H A D | if_gif.c | 194 __unused const struct ifnet_demux_desc *demux_array, in gif_add_proto() argument
|
| H A D | if_utun.c | 170 const struct ifnet_demux_desc *demux_array, 2797 __unused const struct ifnet_demux_desc *demux_array, in utun_add_proto() argument
|
| H A D | if_redirect.c | 1879 __unused const struct ifnet_demux_desc *demux_array, in redirect_add_proto() argument
|
| H A D | if_ipsec.c | 92 const struct ifnet_demux_desc *demux_array, 3909 __unused const struct ifnet_demux_desc *demux_array, in ipsec_add_proto() argument
|