Searched refs:ifnet_ioctl_func (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h200 @typedef ifnet_ioctl_func
201 @discussion ifnet_ioctl_func is used to communicate ioctls from the
213 typedef errno_t (*ifnet_ioctl_func)(ifnet_t interface, u_int32_t cmd, void *data); typedef
586 ifnet_ioctl_func ioctl; /* optional */
H A Dif_var.h379 ifnet_ioctl_func if_ioctl;

Completed in 27 milliseconds