Home
last modified time | relevance | path

Searched refs:if_ioctl (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dkpi_interface.c358 ifp->if_ioctl = einit.ioctl; in ifnet_allocate_extended()
444 if (ifp->if_ioctl == NULL) { in ifnet_allocate_extended()
445 ifp->if_ioctl = ifp_if_ioctl; in ifnet_allocate_extended()
H A Dif_var_private.h764 ifnet_ioctl_func if_ioctl; member
H A Dbridgestp.c1980 error = (*ifp->if_ioctl)(ifp, SIOCGIFMEDIA, (caddr_t)&ifmr); in bstp_ifupdstatus()
H A Ddlil.c3962 if (ifp->if_ioctl) { in ifnet_ioctl()
3963 result = (*ifp->if_ioctl)(ifp, ioctl_code, ioctl_arg); in ifnet_ioctl()
5882 ifp->if_ioctl = ifp_if_ioctl; in ifnet_detach_final()
H A Dif_bridge.c2153 error = (*ifp->if_ioctl)(ifp, SIOCSIFCAP, (caddr_t)&ifr); in bridge_set_ifcap()
2866 if (ifs->if_ioctl == NULL) { /* must be supported */ in bridge_ioctl_add()
H A Dif.c4033 if (ifp->if_ioctl == NULL) { in ifioctl_ifreq()