Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dif_ether.h64 errno_t ether_ioctl(ifnet_t interface, u_int32_t command, void* data);
H A Dether_if_module.c619 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.c1947 error = ether_ioctl(ifp, cmd, data); in bridge_ioctl()