Page MenuHomeFreeBSD

netlink: improve snl(3)
ClosedPublic

Authored by melifaro on Mar 15 2023, 2:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 4:29 PM
Unknown Object (File)
Sat, Apr 18, 4:29 PM
Unknown Object (File)
Sat, Apr 18, 2:31 PM
Unknown Object (File)
Wed, Apr 8, 11:24 PM
Unknown Object (File)
Sat, Apr 4, 6:03 AM
Unknown Object (File)
Sat, Mar 28, 10:29 AM
Unknown Object (File)
Mar 18 2026, 5:08 AM
Unknown Object (File)
Mar 5 2026, 1:24 PM
Subscribers

Details

Summary
  • add snl_send_message() as a convenient send wrapper
  • add signed integer parsers
  • add snl_read_reply_code() to simplify operation result checks
  • add snl_read_reply_multi() to simplify reading multipart messages
  • add snl_create_genl_msg_request()
  • add snl_get_genl_family() to simplify family name->id resolution
  • add tests for some of the functionality

Diff Detail

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