Netstart,
Arp,
Netintro,
Etherip,
Vether,
Ipsec,
Ipsecctl,
Tpmr,
Isakmpd,
Ifconfig,
Ioctl,
Errno,
Ip6,
Ip,
Hostname.if,
Pf,
Bridge BRIDGE(4) - Device Drivers Manual # BRIDGE(4) - Device Drivers Manual
NAME # bridge - Ethernet bridge interface
SYNOPSIS # pseudo-device bridge
#include <sys/types.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <net/if_bridge.h>
DESCRIPTION # The bridge device creates a logical link between two or more Ethernet interfaces or encapsulation interfaces (see [etherip(4)](/man/man4/etherip.4)). This link between the interfaces selectively forwards frames from each interface on the bridge to every other interface on the bridge.
...
ETHERIP(4) - Device Drivers Manual # ETHERIP(4) - Device Drivers Manual
NAME # etherip - EtherIP tunnel interface
SYNOPSIS # pseudo-device etherip
DESCRIPTION # The etherip interface is a pseudo-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.
An etherip interface can be created using the ifconfig etherip‌N create command or by setting up a hostname.if(5) configuration file for netstart(8). It must be configured with the addresses used for the outer header.
...
GIF(4) - Device Drivers Manual # GIF(4) - Device Drivers Manual
NAME # gif - generic tunnel interface
SYNOPSIS # pseudo-device gif
DESCRIPTION # The gif interface is a generic tunnelling pseudo-device. It can tunnel IPv4, IPv6, and MPLS over IPv4 and IPv6, with behavior mainly based on RFC 4213 IPv6-over-IPv4.
A gif interface can be created at runtime using the ifconfig gif‌N create command or by setting up a hostname.
...