Tap

TAP(4) - Device Drivers Manual

Netstart, Intro, Netintro, Ifconfig, Ioctl, Inet, Hostname.if, Tap

TAP(4) - Device Drivers Manual # TAP(4) - Device Drivers Manual NAME # tap - Ethernet tunnel pseudo-device SYNOPSIS # pseudo-device tun #include <sys/types.h> #include <net/if_tun.h> DESCRIPTION # The tap driver provides an Ethernet interface pseudo-device. Packets sent to this interface can be read by a userland process and processed as desired. Packets written by the userland process are injected back into the kernel networking subsystem. A tap interface can be created at runtime using the ifconfig tap‌N create command or by opening the character special device /dev/tapN. ...

VMCTL(8) - System Manager's Manual

Rc.conf, Vmm, Tap, Vm.conf, Sysctl, Vio, Vmd, Pf, Veb, Vmctl

VMCTL(8) - System Manager’s Manual # VMCTL(8) - System Manager’s Manual NAME # vmctl - control the virtual machine daemon SYNOPSIS # vmctl [-v] command [arg …] DESCRIPTION # The vmctl utility is used to control the virtual machine monitor (VMM) subsystem. A VMM manages virtual machines (VMs) on a host. The VMM subsystem is responsible for creating, destroying, and executing VMs. The -v option enables verbose mode. Within the commands, the size argument can be specified with a human-readable scale, using the format described in scan_scaled(3). ...