Source-Changes archive

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

CVS commit: src/sys/netinet6



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Mar  1 08:54:12 UTC 2017

Modified Files:
        src/sys/netinet6: in6_var.h ip6_input.c ip6_mroute.c ip6_output.c
            mld6.c

Log Message:
Provide in6_multi_group

Use it when checking if we belong to the group, instead of in6_lookup_multi.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/netinet6/in6_var.h
cvs rdiff -u -r1.175 -r1.176 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.118 -r1.119 src/sys/netinet6/ip6_mroute.c
cvs rdiff -u -r1.186 -r1.187 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.83 -r1.84 src/sys/netinet6/mld6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index