add scopeid functions

This commit is contained in:
christos 2013-10-19 00:09:03 +00:00
parent c2541c7c76
commit 14a31944e9

View File

@ -1,4 +1,4 @@
/* $NetBSD: in6.h,v 1.73 2013/06/20 13:56:29 roy Exp $ */
/* $NetBSD: in6.h,v 1.74 2013/10/19 00:09:03 christos Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@ -771,6 +771,9 @@ void in6_sin_2_v4mapsin6(struct sockaddr_in *, struct sockaddr_in6 *);
void in6_sin6_2_sin_in_sock(struct sockaddr *);
void in6_sin_2_v4mapsin6_in_sock(struct sockaddr **);
void inet6_getscopeid(struct sockaddr_in6 *, int);
void inet6_putscopeid(struct sockaddr_in6 *, int);
extern int inet6_option_space(int);
extern int inet6_option_init(void *, struct cmsghdr **, int);
extern int inet6_option_append(struct cmsghdr *, const uint8_t *,