Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 add scopeid functions



details:   https://anonhg.NetBSD.org/src/rev/4e290331bbcd
branches:  trunk
changeset: 790656:4e290331bbcd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 19 00:09:03 2013 +0000

description:
add scopeid functions

diffstat:

 sys/netinet6/in6.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e17b3889e4d5 -r 4e290331bbcd sys/netinet6/in6.h
--- a/sys/netinet6/in6.h        Sat Oct 19 00:08:34 2013 +0000
+++ b/sys/netinet6/in6.h        Sat Oct 19 00:09:03 2013 +0000
@@ -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_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 *,



Home | Main Index | Thread Index | Old Index