HOSTAPD(8) - System Manager’s Manual # HOSTAPD(8) - System Manager’s Manual
NAME # hostapd - Host Access Point daemon
SYNOPSIS # hostapd [-dv] [-D macro=value] [-f file]
DESCRIPTION # hostapd is a daemon which allows communication between different 802.11 wireless access points running in Host AP mode.
hostapd implements the Inter Access Point Protocol (IAPP). Its purpose is to exchange station association updates between access points in large wireless networks.
...
HOSTNAME.IF(5) - File Formats Manual # HOSTNAME.IF(5) - File Formats Manual
NAME # hostname.if - interface-specific configuration files
DESCRIPTION # The hostname.*‌ files contain information regarding the configuration of each network interface. Interfaces are referenced by name and unit, such as “hostname.fxp0”. For some machines, autoconfiguration makes this system inconsistent, so interfaces can alternatively be referenced by their link layer address (lladdr), such as “hostname.00:00:5e:00:53:af”. Priority is given to configuration by interface lladdr over name/unit.
...
HOSTS(5) - File Formats Manual # HOSTS(5) - File Formats Manual
NAME # hosts - host and network name database
DESCRIPTION # The hosts file associates names and IP addresses. Each line has the following format:
Internet address Host or network name Aliases Items are separated by any number of blanks and/or tab characters. A ‘#’ indicates the beginning of a comment; characters up to the end of the line are not interpreted by routines which search the file.
...
IAVF(4) - Device Drivers Manual # IAVF(4) - Device Drivers Manual
NAME # iavf - Intel Ethernet Adaptive Virtual Function device
SYNOPSIS # iavf* at pci?
DESCRIPTION # The iavf driver supports the SR-IOV Virtual Functions of Intel 700 series Ethernet controller devices, and newer product families.
SEE ALSO # arp(4), ifmedia(4), intro(4), netintro(4), pci(4), hostname.if(5), ifconfig(8)
HISTORY # The iavf driver first appeared in OpenBSD 6.6.
AUTHORS # The iavf driver was written by David Gwynne <dlg@openbsd.
...
ICSPHY(4) - Device Drivers Manual # ICSPHY(4) - Device Drivers Manual
NAME # icsphy - Integrated Circuit Systems ICS189x 10/100 Ethernet PHY
SYNOPSIS # icsphy* at mii?
DESCRIPTION # The icsphy driver supports the Integrated Circuit Systems ICS1890 10/100 Ethernet PHYs and its successors ICS1892 and ICS1893. These PHYs are found on a variety of Ethernet interfaces.
SEE ALSO # ifmedia(4), intro(4), mii(4), ifconfig(8)
OpenBSD 7.5 - January 24, 2020
IE(4) - Device Drivers Manual (hppa) # IE(4) - Device Drivers Manual (hppa)
NAME # ie - Intel i82596 Ethernet device
SYNOPSIS # ie0 at gsc? irq 8
DESCRIPTION # The ie interface provides access to the 10 Mb/s Ethernet network via the Intel i82596 DX/CA 32-bit Local Area Network Coprocessor for Ethernet.
The i82596 comes basically in two different flavors:
i82596DX
Systems with an ASP or WAX Main Bus Adapter (MBA), e.
...
IE(4) - Device Drivers Manual (i386) # IE(4) - Device Drivers Manual (i386)
NAME # ie - Intel i82586 Ethernet device
SYNOPSIS # ie0 at isa? port 0x360 irq 7 iomem 0xd0000 ie1 at isa? port 0x300 irq 10
DESCRIPTION # The ie device driver supports Intel 82586-based Ethernet cards. This includes the following network adapters:
3Com 3C507
AT&T StarLAN 10
AT&T EN100
AT&T StarLAN Fiber
Intel EtherExpress 16
...
Intro,
Rtable,
Tcpdump,
Ifmedia,
Netintro,
Rc,
Netstat,
Slaacd,
Inet,
Hosts,
Hostname.if,
Route,
Ifconfig IFCONFIG(8) - System Manager’s Manual # IFCONFIG(8) - System Manager’s Manual
NAME # ifconfig - configure network interface parameters
SYNOPSIS # ifconfig [-AaC] [-M lladdr] [interface] [address_family] [address [dest_address]] [parameters]
DESCRIPTION # The ifconfig utility is used to assign an address to a network interface and/or configure network interface parameters. Generally speaking, hostname.if(5) files are used at boot-time to define the network address of each interface present on a machine; ifconfig is used at a later time to redefine an interface’s address or other operating parameters.
...
IFMEDIA(4) - Device Drivers Manual # IFMEDIA(4) - Device Drivers Manual
NAME # ifmedia - network interface media settings
SYNOPSIS # #include <sys/socket.h>
#include <net/if.h>
#include <net/if_media.h>
DESCRIPTION # The ifmedia interface provides a consistent method for querying and setting network interface media and media options. The media is typically set using the ifconfig(8) command.
Currently these link types are supported by ifmedia:
IFM_ETHER
Ethernet
IFM_FDDI
FDDI
IFM_IEEE80211
IEEE802.11 Wireless LAN
...
IGC(4) - Device Drivers Manual # IGC(4) - Device Drivers Manual
NAME # igc - Intel I225/I226 1Gb/2.5Gb Ethernet device
SYNOPSIS # igc* at pci?
DESCRIPTION # The igc driver supports Intel I225/I226 series Ethernet devices.
SEE ALSO # arp(4), ifmedia(4), intro(4), netintro(4), pci(4), hostname.if(5), ifconfig(8)
HISTORY # The igc driver first appeared in OpenBSD 7.1.
AUTHORS # The igc driver was written by Intel Corporation and ported to OpenBSD by
...