Searched refs:if_ioctl (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.h419 static errno_t if_ioctl(ifnet_t ifp, unsigned long cmd, void * data);
H A DIONetworkInterface.cpp503 params->ioctl = if_ioctl;
1368 // if_ioctl() handler - Calls performCommand() when we receive an ioctl
1372 IONetworkInterface::if_ioctl( ifnet_t ifp, unsigned long cmd, void * data ) function in class:IONetworkInterface
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.c234 ifp->if_ioctl = einit.ioctl;
302 if (ifp->if_ioctl == NULL)
303 ifp->if_ioctl = ifp_if_ioctl;
H A Dif_var.h574 ifnet_ioctl_func if_ioctl; member in struct:ifnet
H A Dif_bridge.c1649 error = (*ifp->if_ioctl)(ifp, SIOCSIFCAP, (caddr_t)&ifr);
2189 if (ifs->if_ioctl == NULL) /* must be supported */
H A Ddlil.c4065 if (ifp->if_ioctl)
4066 result = (*ifp->if_ioctl)(ifp, ioctl_code, ioctl_arg);
5700 ifp->if_ioctl = ifp_if_ioctl;
H A Dbridgestp.c1890 error = (*ifp->if_ioctl)(ifp, SIOCGIFMEDIA, (caddr_t)&ifmr);
H A Dif.c2194 if (ifp->if_ioctl == NULL) {

Completed in 182 milliseconds