Home
last modified time | relevance | path

Searched refs:ioctl_code (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Ddlil.c7220 u_long ioctl_code; member
7229 ifnet_ioctl_async(struct ifnet *ifp, u_long ioctl_code) in ifnet_ioctl_async() argument
7241 __func__, __LINE__, if_name(ifp), ioctl_code); in ifnet_ioctl_async()
7249 p_ifnet_ioctl_ev->ifnet_ioctl_ev_arg.ioctl_code = ioctl_code; in ifnet_ioctl_async()
7261 u_long ioctl_code = p_ev->ifnet_ioctl_ev_arg.ioctl_code; in ifnet_ioctl_event_callback() local
7264 if ((ret = ifnet_ioctl(ifp, 0, ioctl_code, NULL)) != 0) { in ifnet_ioctl_event_callback()
7266 __func__, __LINE__, if_name(ifp), ret, ioctl_code); in ifnet_ioctl_event_callback()
7270 __func__, __LINE__, if_name(ifp), ioctl_code); in ifnet_ioctl_event_callback()
7278 ifnet_ioctl(ifnet_t ifp, protocol_family_t proto_fam, u_long ioctl_code, in ifnet_ioctl() argument
7285 if (ifp == NULL || ioctl_code == 0) { in ifnet_ioctl()
[all …]
H A Dkpi_interface.h2398 unsigned long ioctl_code, void *ioctl_arg)