Home
last modified time | relevance | path

Searched defs:ifnet_attach_proto_param_v2 (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.61.3/bsd/net/
H A Dkpi_interface.h1245 struct ifnet_attach_proto_param_v2 { struct
1246 struct ifnet_demux_desc *demux_array; /* interface may/may not require */
1247 u_int32_t demux_count; /* interface may/may not require */
1249 proto_media_input_v2 input; /* required */
1250 proto_media_preout pre_output; /* required */
1251 proto_media_event event; /* optional */
1252 proto_media_ioctl ioctl; /* optional */
1253 proto_media_detached detached; /* optional */
1254 proto_media_resolve_multi resolve; /* optional */
1255 proto_media_send_arp send_arp; /* optional */