Page MenuHomeFreeBSD

in6.h: add aliases for common IPv6 socket option names
Needs ReviewPublic

Authored by emaste on Jul 6 2016, 5:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 25 2023, 7:11 PM
Unknown Object (File)
Nov 10 2023, 4:40 PM
Unknown Object (File)
Nov 9 2023, 10:25 PM
Unknown Object (File)
Nov 2 2023, 5:48 PM
Unknown Object (File)
Oct 9 2023, 3:38 PM
Unknown Object (File)
Oct 8 2023, 9:20 PM
Unknown Object (File)
Aug 7 2023, 7:16 AM
Unknown Object (File)
Sep 21 2016, 4:52 AM
Subscribers
None

Details

Reviewers
bz
Summary

Linux has only the IPV6_ADD_MEMBERSHIP and IPV6_DROP_MEMBERSHIP names.
Windows has them in to IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.

https://codesearch.debian.net/search?q=IPV6_ADD_MEMBERSHIP&perpkg=1
https://codesearch.debian.net/search?q=IPV6_JOIN_GROUP&perpkg=1

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to in6.h: add aliases for common IPv6 socket option names.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: bz.