Searched refs:ioc (Results 1 – 1 of 1) sorted by relevance
3637 unsigned long ioc; in skt_xfer_enable_qos_marking_interface() local3645 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()