Searched refs:ioctl_code (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | dlil.c | 7384 u_long ioctl_code; member 7406 __func__, __LINE__, if_name(ifp), ioctl_code); in ifnet_ioctl_async() 7409 switch (ioctl_code) { in ifnet_ioctl_async() 7426 __func__, __LINE__, if_name(ifp), ioctl_code); in ifnet_ioctl_async() 7434 p_ifnet_ioctl_ev->ifnet_ioctl_ev_arg.ioctl_code = ioctl_code; in ifnet_ioctl_async() 7446 u_long ioctl_code = p_ev->ifnet_ioctl_ev_arg.ioctl_code; in ifnet_ioctl_event_callback() local 7449 switch (ioctl_code) { in ifnet_ioctl_event_callback() 7463 __func__, __LINE__, if_name(ifp), ioctl_code); in ifnet_ioctl_event_callback() 7478 if (ifp == NULL || ioctl_code == 0) { in ifnet_ioctl() 7501 proto_fam, ioctl_code, ioctl_arg); in ifnet_ioctl() [all …]
|
| H A D | kpi_interface.h | 2414 unsigned long ioctl_code, void *ioctl_arg)
|