Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dkpi_interface.h1240 struct ifnet_attach_proto_param_v2 { struct
1241 struct ifnet_demux_desc *demux_array; /* interface may/may not require */
1242 u_int32_t demux_count; /* interface may/may not require */
1244 proto_media_input_v2 input; /* required */
1245 proto_media_preout pre_output; /* required */
1246 proto_media_event event; /* optional */
1247 proto_media_ioctl ioctl; /* optional */
1248 proto_media_detached detached; /* optional */
1249 proto_media_resolve_multi resolve; /* optional */
1250 proto_media_send_arp send_arp; /* optional */