Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskt_xfer.c3636 unsigned long ioc; in skt_xfer_enable_qos_marking_interface() local
3644 ioc = SIOCSQOSMARKINGMODE; in skt_xfer_enable_qos_marking_interface()
3646 assert(ioctl(s, ioc, (caddr_t)&ifr) == 0); in skt_xfer_enable_qos_marking_interface()
3650 ioc = SIOCSQOSMARKINGENABLED; in skt_xfer_enable_qos_marking_interface()
3652 assert(ioctl(s, ioc, (caddr_t)&ifr) == 0); in skt_xfer_enable_qos_marking_interface()