Tcpbench,
Netintro,
Getsockopt,
Ipsecctl,
Socket,
Inet,
Inet6,
Tcpdrop,
Ip6,
Ip,
Tcp TCP(4) - Device Drivers Manual # TCP(4) - Device Drivers Manual
NAME # tcp - Internet Transmission Control Protocol
SYNOPSIS # #include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
int
socket(AF_INET, SOCK_STREAM, 0);
int
socket(AF_INET6, SOCK_STREAM, 0);
DESCRIPTION # The TCP protocol provides a reliable, flow-controlled, two-way transmission of data. It is a byte-stream protocol used to support the SOCK_STREAM abstraction. TCP uses the standard Internet address format and, in addition, provides a per-host collection of “port addresses”.
...
THT(4) - Device Drivers Manual # THT(4) - Device Drivers Manual
NAME # tht, thtc - Tehuti Networks 10Gb Ethernet device
SYNOPSIS # thtc* at pci? tht* at thtc?
DESCRIPTION # The tht driver provides support for the Tehuti Networks 10 Gigabit Ethernet controllers and adapters, including the following:
TN3017-S 10 GbE Single Port XAUI Server Controller TN3017-D 10 GbE Dual Port XAUI Server Controller TN7581-D 10 GbE Dual XFP Server Adapter TN7585-D 10 GbE Dual CX4 Low Profile Server Adapter TN7588-S 10 GbE Single 10GBASET Low Profile Server Adapter TN7588-D 10 GbE Dual 10GBASET Low Profile Server Adapter TN7589-S 10 GbE Single CX4 Low Profile Server Adapter FILES # The adapter needs a firmware file, which is loaded on demand by the driver when the device is attached:
...
TI(4) - Device Drivers Manual # TI(4) - Device Drivers Manual
NAME # ti - Alteon Networks Tigon I and II 1Gb Ethernet device
SYNOPSIS # ti* at pci? ti* at sbus?
DESCRIPTION # The ti driver provides support for Gigabit Ethernet adapters based on the Alteon Networks Tigon Gigabit Ethernet controller chip, including the following:
3Com 3C985-SX Gigabit Ethernet (1000baseSX) 3Com 3C985B-SX Gigabit Ethernet (1000baseSX) Alteon AceNIC V Gigabit Ethernet (1000baseSX) Alteon AceNIC V Gigabit Ethernet (1000baseT) Digital EtherWORKS 1000SX PCI Gigabit Ethernet (1000baseSX) Farallon PN9000SX Gigabit Ethernet (1000baseSX) Netgear GA620 Gigabit Ethernet (1000baseSX) Netgear GA620T Gigabit Ethernet (1000baseT) Silicon Graphics Gigabit Ethernet (1000baseSX) Silicon Graphics Gigabit Ethernet (1000baseT) Sun Vector Gigabit Ethernet (1000baseSX) The Tigon contains an embedded R4000 CPU, Gigabit MAC, dual DMA channels and a PCI interface unit.
...
Intro,
Pci,
Ifmedia,
Arp,
Netintro,
Lxtphy,
Mlphy,
Ifconfig,
Tlphy,
Nsphy,
Hostname.if,
Tl TL(4) - Device Drivers Manual # TL(4) - Device Drivers Manual
NAME # tl - Texas Instruments ThunderLAN 10/100 Ethernet device
SYNOPSIS # tl* at pci? lxtphy* at mii? mlphy* at mii? nsphy* at mii? tlphy* at mii?
DESCRIPTION # The tl driver provides support for PCI Ethernet adapters based on the Texas Instruments ThunderLAN Ethernet controller chip. This includes a large number of Compaq PCI-bus Ethernet adapters as well as the integrated Ethernet controllers built in to several models of Compaq Prosignia servers and Compaq Deskpro desktop machines.
...
TUN(4) - Device Drivers Manual # TUN(4) - Device Drivers Manual
NAME # tun - network tunnel pseudo-device
SYNOPSIS # pseudo-device tun
#include <sys/types.h>
#include <net/if_tun.h>
DESCRIPTION # The tun driver provides a network 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 tun interface can be created at runtime using the ifconfig tun‌N create command or by opening the character special device /dev/tunN.
...
TXP(4) - Device Drivers Manual # TXP(4) - Device Drivers Manual
NAME # txp - 3Com 3XP Typhoon/Sidewinder (3CR990) 10/100 Ethernet device
SYNOPSIS # txp* at pci?
DESCRIPTION # The txp driver provides support for the 3Com Typhoon/Sidewinder Fast Ethernet chipset, including the following:
3Com 3CR990-TX-95 3Com 3CR990-TX-97 3Com 3CR990SVR95 3Com 3CR990SVR97 The txp driver supports IPv4 receive IP/TCP/UDP checksum offload, IPv4 transmit IP checksum offload, and VLAN tag insertion and stripping.
...
UAQ(4) - Device Drivers Manual # UAQ(4) - Device Drivers Manual
NAME # uaq - Aquantia AQC111U/AQC112U 100/1Gb/2.5Gb/5Gb USB Ethernet device
SYNOPSIS # uaq* at uhub?
DESCRIPTION # The uaq driver provides support for USB Ethernet adapters based on the Aquantia AQC111U and AQC112U chipsets, including the following:
Aquantia AQtion USB to 5GbE Controller
ASIX USB 3.1 Gen1 to 5G Multi-Gigabit Ethernet Adapter
ASIX USB 3.1 Gen1 to 2.5G Multi-Gigabit Ethernet Adapter
...
UATH(4) - Device Drivers Manual # UATH(4) - Device Drivers Manual
NAME # uath - Atheros USB IEEE 802.11a/b/g wireless network device
SYNOPSIS # uath* at uhub? port ?
DESCRIPTION # The uath driver supports USB 2.0 wireless network devices based on Atheros Communications fifth generation AR5005UG and AR5005UX chipsets.
The AR5005UG chipset is made of an AR5523 multiprotocol MAC/baseband processor and an AR2112 Radio-on-a-Chip that can operate between 2300 and 2500MHz (802.
...
UDAV(4) - Device Drivers Manual # UDAV(4) - Device Drivers Manual
NAME # udav - Davicom DM9601 10/100 USB Ethernet device
SYNOPSIS # udav* at uhub? amphy* at mii?
DESCRIPTION # The udav driver provides support for USB Ethernet adapters based on the Davicom DM9601 USB-ether bridge chip.
The udav driver supports the following adapters:
Corega FEther USB-TXC
HenTong WK-668
Konig CMP-NWUSB10
ShanTou ST268
ShanTou ZT6688
ShanTou ADM8515
The udav driver also supports CoreChip RD9700.
...
UDP(4) - Device Drivers Manual # UDP(4) - Device Drivers Manual
NAME # udp - Internet User Datagram Protocol
SYNOPSIS # #include <sys/socket.h>
#include <netinet/in.h>
int
socket(AF_INET, SOCK_DGRAM, 0);
int
socket(AF_INET6, SOCK_DGRAM, 0);
DESCRIPTION # UDP is a simple, unreliable datagram protocol which is used to support the SOCK_DGRAM abstraction for the Internet protocol family. UDP sockets are connectionless, and are normally used with the sendto(2) and recvfrom(2) calls, though the connect(2) call may also be used to fix the destination for future packets (in which case the recv(2) or read(2) and send(2) or write(2) system calls may be used).
...