mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
ipv6: in.h extended
This commit is contained in:
parent
919e3d3938
commit
03461c9304
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