LibC: Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to netin/in.h
This commit is contained in:
parent
f8d27303d0
commit
3875e8bd4b
Notes:
sideshowbarker
2024-07-18 05:43:08 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/3875e8bd4b8 Pull-request: https://github.com/SerenityOS/serenity/pull/9347 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ struct ip_mreq_source {
|
|||
#define IP_ADD_SOURCE_MEMBERSHIP 7
|
||||
#define IP_DROP_SOURCE_MEMBERSHIP 8
|
||||
#define IPV6_V6ONLY 9
|
||||
#define IPV6_JOIN_GROUP 5
|
||||
#define IPV6_LEAVE_GROUP 6
|
||||
|
||||
struct in6_addr {
|
||||
uint8_t s6_addr[16];
|
||||
|
|
Loading…
Add table
Reference in a new issue