Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsockio.h166 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific macro
/xnu-11417.140.69/tests/
H A Dioc_str.h138 X(SIOCSDRVSPEC) \
H A Dnet_test_lib.c563 return ioctl(s, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd); in siocdrvspec()
/xnu-11417.140.69/tests/skywalk/
H A Dskywalk_test_common.c1352 if (ioctl(s, SIOCSDRVSPEC, &ifd) < 0) { in fake_set_dequeue_stall()
1389 if (ioctl(s, SIOCSDRVSPEC, &ifd) < 0) { in fake_set_peer()
1750 if (ioctl(s, SIOCSDRVSPEC, &ifd) < 0) { in redirect_set_delegate()
/xnu-11417.140.69/bsd/net/
H A Dif_bridge.c1866 } else if (cmd == SIOCSDRVSPEC && \