Page MenuHomeFreeBSD

IfAPI: More accessors
ClosedPublic

Authored by jhibbits on Feb 10 2023, 3:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 30 2024, 1:43 PM
Unknown Object (File)
Sep 30 2024, 1:33 PM
Unknown Object (File)
Sep 30 2024, 1:32 PM
Unknown Object (File)
Sep 27 2024, 5:43 PM
Unknown Object (File)
Sep 17 2024, 6:18 PM
Unknown Object (File)
Sep 17 2024, 6:13 PM
Unknown Object (File)
Sep 12 2024, 12:26 AM
Unknown Object (File)
Sep 9 2024, 9:08 PM
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