Searched refs:SIOCIFCREATE (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/sys/sys/ |
| D | sockio.h | 116 #define SIOCIFCREATE _IOW('i', 122, struct ifreq) /* create clone if */ macro
|
| /openbsd/src/regress/sbin/ifconfig/ |
| D | ifaddr.c | 511 if (ioctl(sock, SIOCIFCREATE, (caddr_t)ifr) == -1) { in getinfo()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_netbsd.cpp | 2274 unsigned IOCTL_SIOCIFCREATE = SIOCIFCREATE;
|
| D | sanitizer_interceptors_ioctl_netbsd.inc | 1197 _(SIOCIFCREATE, READ, struct_ifreq_sz);
|
| /openbsd/src/sbin/ifconfig/ |
| D | ifconfig.c | 1031 if (ioctl(sock, SIOCIFCREATE, (caddr_t)ifr) == -1) { in getinfo() 1258 if (ioctl(sock, SIOCIFCREATE, &ifr) == -1) in clone_create()
|
| /openbsd/src/sys/net/ |
| D | if.c | 2049 case SIOCIFCREATE: in ifioctl()
|