Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_xfer.c3637 unsigned long ioc; in skt_xfer_enable_qos_marking_interface() local
3645 ioc = SIOCSQOSMARKINGMODE; in skt_xfer_enable_qos_marking_interface()
3647 assert(ioctl(s, ioc, (caddr_t)&ifr) == 0); in skt_xfer_enable_qos_marking_interface()
3651 ioc = SIOCSQOSMARKINGENABLED; in skt_xfer_enable_qos_marking_interface()
3653 assert(ioctl(s, ioc, (caddr_t)&ifr) == 0); in skt_xfer_enable_qos_marking_interface()