Searched refs:SIOCSDRVSPEC (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ |
| H A D | sockio.h | 166 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific macro
|
| /xnu-11417.140.69/tests/ |
| H A D | ioc_str.h | 138 X(SIOCSDRVSPEC) \
|
| H A D | net_test_lib.c | 563 return ioctl(s, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd); in siocdrvspec()
|
| /xnu-11417.140.69/tests/skywalk/ |
| H A D | skywalk_test_common.c | 1352 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 D | if_bridge.c | 1866 } else if (cmd == SIOCSDRVSPEC && \
|