Skip to content

Commit

Permalink
ipv6: in.h extended
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Feb 20, 2024
1 parent 919e3d3 commit 03461c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nx/external/bsd/include/netinet/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,14 @@ struct sockaddr_in6 {
uint32_t sin6_scope_id; /* Scope ID */
};

/*
* Argument structure for IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.
*/
struct ipv6_mreq {
struct in6_addr ipv6mr_multiaddr;
unsigned int ipv6mr_interface;
};

extern const struct in6_addr in6addr_any;
extern const struct in6_addr in6addr_loopback;

Expand Down

0 comments on commit 03461c9

Please sign in to comment.