Home
last modified time | relevance | path

Searched refs:SIOCIFDESTROY (Results 1 – 25 of 3539) sorted by relevance

12345678910>>...142

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/sys/
H A Dsockio.h112 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/sys/
H A Dsockio.h112 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/sys/
H A Dsockio.h112 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsockio.h118 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dsockio.h148 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dsockio.h148 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.11-any/sys/
H A Dsockio.h148 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/sys/
H A Dsockio.h148 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.11-any/sys/
H A Dsockio.h148 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/sys/
H A Dsockio.h148 #define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/
H A Dif_43.c185 case SIOCIFDESTROY: in compat_cvtcmd()
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirnetdevtap.c300 #elif defined(SIOCIFCREATE2) && defined(SIOCIFDESTROY) && defined(IF_MAXUNIT)
369 if (ioctl(s, SIOCIFDESTROY, &ifr) < 0) { in virNetDevTapDelete()
H A Dvirnetdevbridge.c561 #elif defined(WITH_STRUCT_IFREQ) && defined(SIOCIFDESTROY)
571 if (ioctl(s, SIOCIFDESTROY, &ifr) < 0) { in virNetDevBridgeDelete()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Ddarwin_tap.c129 ioctl(priv->tf_ioctls, SIOCIFDESTROY, &priv->tf_ifr); in ti_destroy()
H A Dnetbsd_tap.c107 ioctl(priv->tn_ioctls, SIOCIFDESTROY, &priv->tn_ifr); in ti_destroy()
H A Dfreebsd_tap.c108 ioctl(priv->tf_ioctls, SIOCIFDESTROY, &priv->tf_ifr); in ti_destroy()
H A Dopenbsd_tap.c107 ioctl(priv->to_ioctls, SIOCIFDESTROY, &priv->to_ifr); in ti_destroy()
/dports/devel/libtuntap/libtuntap-libtuntap-0.4/
H A Dtuntap-unix-openbsd.c158 if (ioctl(dev->ctrl_sock, SIOCIFDESTROY, &ifr) == -1) in tuntap_sys_destroy()
H A Dtuntap-unix-netbsd.c234 if (ioctl(dev->ctrl_sock, SIOCIFDESTROY, &ifr) == -1) in tuntap_sys_destroy()
/dports/net/wireguard-go/wireguard-go-0.0.20210424/tun/
H A Dtun_dragonfly.go152 uintptr(unix.SIOCIFDESTROY),
H A Dtun_freebsd.go154 …_, _, errno := unix.Syscall(unix.SYS_IOCTL, uintptr(fd), uintptr(unix.SIOCIFDESTROY), uintptr(unsa…
/dports/net/ocserv/ocserv-1.1.3/src/
H A Dtun.c764 #ifdef SIOCIFDESTROY in close_tun()
777 ret = ioctl(fd, SIOCIFDESTROY, &ifr); in close_tun()
/dports/misc/rump/buildrump.sh-b914579/brlib/libnetconfig/
H A Dnetconfig.c143 return wrapifioctl(in4so, SIOCIFDESTROY, &ifr); in rump_netconfig_ifdestroy()
/dports/net/miredo/miredo-1.2.6/libtun6/
H A Dtun6.c379 if (ioctl (t->reqfd, SIOCIFDESTROY, &req)) in tun6_destroy()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dzerrors_darwin_386.go910 SIOCIFDESTROY = 0x80206979 const

12345678910>>...142