Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsockio.h130 #define SIOCIFGCLONERS _IOWR('i', 120, struct if_clonereq) /* get cloners */ macro
/freebsd/lib/libifconfig/
H A Dlibifconfig.c642 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 Drtsock_common.h97 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 DmibII.c1667 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 Dcapmode.cc241 EXPECT_CAPMODE(ioctl(fd_socket_, SIOCIFGCLONERS, &req)); in FORK_TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2276 unsigned IOCTL_SIOCIFGCLONERS = SIOCIFGCLONERS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1199 _(SIOCIFGCLONERS, READWRITE, struct_if_clonereq_sz);
/freebsd/sys/net/
H A Dif.c3033 case SIOCIFGCLONERS: in ifioctl()