diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-07-25 20:40:09 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-07-25 20:40:09 +0000 |
| commit | 7b79862463764341d311e9ecdf547df3bb3de0f0 (patch) | |
| tree | 21a10dcf0cadaac64ad9cd0d0924538030686f20 | |
| parent | 1936600631a5e2dad24261c0fa96ee4fba1741db (diff) | |
Notes
| -rw-r--r-- | sys/netinet6/in6.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index ace6873e68a1..731c66544ff7 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -401,9 +401,9 @@ struct route_in6 { */ #define IPV6_JOIN_GROUP 12 /* ip6_mreq; join a group membership */ #define IPV6_LEAVE_GROUP 13 /* ip6_mreq; leave a group membership */ -#define IPV6_MULTICAST_HOPS 10 /* u_char; set/get IP6 multicast hops */ -#define IPV6_MULTICAST_IF 9 /* u_char; set/get IP6 multicast i/f */ -#define IPV6_MULTICAST_LOOP 11 /* u_char; set/get IP6 multicast loopback */ +#define IPV6_MULTICAST_HOPS 10 /* int; set/get IP6 multicast hops */ +#define IPV6_MULTICAST_IF 9 /* u_int; set/get IP6 multicast i/f */ +#define IPV6_MULTICAST_LOOP 11 /* u_int; set/get IP6 multicast loopback */ #define IPV6_UNICAST_HOPS 4 /* int; IP6 hops */ #define IPV6_V6ONLY 27 /* bool; only bind INET6 at wildcard bind */ |
