GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IFLIB(9) FreeBSD Kernel Developer's Manual IFLIB(9)

iflib
Network Interface Driver Framework

iflib is a framework for writing network interface drivers for FreeBSD. It is designed to remove a large amount of the boilerplate that is often needed for modern network interface devices, allowing driver authors to focus on the specific code needed for their hardware.

There are three logical components to iflib each of which is described in its own manual page. These are:

iflibdi(9)
Device-independent functions, used to integrate iflib into the rest of the FreeBSD networking stack.
iflibdd(9)
Device-dependent functions, used when writing new iflib based drivers.
iflibtxrx(9)
Device-dependent transmit and receive functions, used when writing new iflib based drivers.

iflib(4), iflibdd(9), iflibdi(9), iflibtxrx(9), ifnet(9)

Benno Rice <benno@FreeBSD.org>
September 20, 2018 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 9 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.