Home
last modified time | relevance | path

Searched refs:NXIOC_GET_TRAFFIC_RULES (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus_ioctl.c46 case NXIOC_GET_TRAFFIC_RULES: in nxioctl_check_entitlement()
70 case NXIOC_GET_TRAFFIC_RULES: in nxioctl()
H A Dnexus_ioctl.h102 #define NXIOC_GET_TRAFFIC_RULES \ macro
/xnu-8796.121.2/libsyscall/wrappers/skywalk/
H A Dos_nexus.c343 err = ioctl(ncd->ncd_fd, NXIOC_GET_TRAFFIC_RULES, &args); in os_nexus_controller_iterate_traffic_rules()