mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
Merge 03461c9304
into 8cff58d5af
This commit is contained in:
commit
915add4f75
8
nx/external/bsd/include/netinet/in.h
vendored
8
nx/external/bsd/include/netinet/in.h
vendored
@ -684,6 +684,14 @@ struct sockaddr_in6 {
|
|||||||
uint32_t sin6_scope_id; /* Scope ID */
|
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_any;
|
||||||
extern const struct in6_addr in6addr_loopback;
|
extern const struct in6_addr in6addr_loopback;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user