Page MenuHomeFreeBSD

IfAPI: More accessors
ClosedPublic

Authored by jhibbits on Feb 10 2023, 3:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 10, 3:11 AM
Unknown Object (File)
Mar 9 2025, 7:47 PM
Unknown Object (File)
Mar 3 2025, 12:40 AM
Unknown Object (File)
Mar 2 2025, 3:27 AM
Unknown Object (File)
Feb 20 2025, 12:16 PM
Unknown Object (File)
Jan 3 2025, 12:06 PM
Unknown Object (File)
Dec 2 2024, 3:33 AM
Unknown Object (File)
Nov 18 2024, 2:53 AM
Subscribers

Details

Summary

Add the following accessors needed by infiniband drivers:

  • if_getaddrlen()
  • if_setbroadcastaddr()
  • if_resolvemulti()

With these accessors, and additional changes on the drivers' side, an
amd64 kernel can be compiled with struct ifnet completely hidden.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable