Module Name: src Committed By: christos Date: Sat Oct 19 00:09:03 UTC 2013
Modified Files: src/sys/netinet6: in6.h Log Message: add scopeid functions To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/netinet6/in6.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/netinet6/in6.h diff -u src/sys/netinet6/in6.h:1.73 src/sys/netinet6/in6.h:1.74 --- src/sys/netinet6/in6.h:1.73 Thu Jun 20 09:56:29 2013 +++ src/sys/netinet6/in6.h Fri Oct 18 20:09:03 2013 @@ -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 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 *,