Page MenuHomeFreeBSD

netinet6?: move struct ip6?_moptions definition to in6?_var.h
Needs ReviewPublic

Authored by glebius on Mar 19 2026, 5:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 4:23 AM
Unknown Object (File)
Fri, Apr 17, 11:08 AM
Unknown Object (File)
Thu, Apr 16, 2:09 PM
Unknown Object (File)
Thu, Apr 16, 6:19 AM
Unknown Object (File)
Wed, Apr 15, 4:53 PM
Unknown Object (File)
Mon, Apr 13, 4:53 AM
Unknown Object (File)
Wed, Apr 8, 9:56 AM
Unknown Object (File)
Sun, Apr 5, 7:06 PM
Subscribers

Details

Reviewers
bms
pouria
Group Reviewers
network
Summary

Rest of multicast related kernel structures live in in6?_var.h and this
piece of ip6?_var.h was anyway requiring in6?_var.h to be included before.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71546
Build 68429: arc lint + arc unit

Event Timeline

Userland impact believed non-existent, these are kernel-space structures and are not generally exposed outside of in_mcast.c/in6_mcast.c.