Searched refs:SIOCIFGCLONERS (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/sys/ |
H A D | sockio.h | 130 #define SIOCIFGCLONERS _IOWR('i', 120, struct if_clonereq) /* get cloners */ macro
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig.c | 642 if (ifconfig_ioctlwrap(h, AF_LOCAL, SIOCIFGCLONERS, &ifcr) < 0) in ifconfig_list_cloners() 654 if (ifconfig_ioctlwrap(h, AF_LOCAL, SIOCIFGCLONERS, &ifcr) < 0) { in ifconfig_list_cloners()
|
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_common.h | 97 if (ioctl(s, SIOCIFGCLONERS, &ifcr) < 0) in _check_cloner() 107 if (ioctl(s, SIOCIFGCLONERS, &ifcr) < 0) in _check_cloner()
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII.c | 1667 if (ioctl(mib_netsock, SIOCIFGCLONERS, &req) == -1) { in get_cloners() 1677 if (ioctl(mib_netsock, SIOCIFGCLONERS, &req) == -1) { in get_cloners()
|
/freebsd/contrib/capsicum-test/ |
H A D | capmode.cc | 241 EXPECT_CAPMODE(ioctl(fd_socket_, SIOCIFGCLONERS, &req)); in FORK_TEST_F()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2276 unsigned IOCTL_SIOCIFGCLONERS = SIOCIFGCLONERS;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1199 _(SIOCIFGCLONERS, READWRITE, struct_if_clonereq_sz);
|
/freebsd/sys/net/ |
H A D | if.c | 3033 case SIOCIFGCLONERS: in ifioctl()
|