Home
last modified time | relevance | path

Searched refs:ether_ioctl (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dif_ether.h66 errno_t ether_ioctl(ifnet_t interface, u_int32_t command, void* data);
H A Dether_if_module.c730 ether_ioctl(ifnet_t ifp, u_int32_t command, void *data) in ether_ioctl() function
H A Dnet_stubs.c60 STUB(ether_ioctl);
H A Dif_bridge.c2092 error = ether_ioctl(ifp, cmd, data); in bridge_ioctl()