summaryrefslogtreecommitdiff
path: root/sys/netinet6/scope6.c
AgeCommit message (Expand)Author
2020-06-16remove unusedmaxv
2019-09-23Remove __noubsan from in6_clearscope()kamil
2019-09-20Decorate in6_clearscope() with __noubsankamil
2018-05-01Remove now unused net_osdep.h includes, the other BSDs did the same.maxv
2018-02-01Style, no real functional change.maxv
2017-09-17explain why in6_setscope fails...christos
2017-01-16ip6_sprintf -> IN6_PRINT so that we pass the size.christos
2017-01-16Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...ryo
2016-08-12In rump (ifp)->if_afdata[AF_INET6] == NULL if we did not register netinet6christos
2016-06-15Protect if_byindex by pserializeozaki-r
2016-05-19Replace DIAGNOSTIC & panic with KASSERTozaki-r
2016-04-26Sweep unnecessary route.h inclusionsozaki-r
2014-12-10printable version of the scope.christos
2014-11-16Drop impossible check.joerg
2014-05-17Replace open-coded access (and boundary checking) of ifindex2ifnet withrmind
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-03-15ansify function definitionscegger
2007-12-11use __KERNEL_RCSID()lukem
2007-10-24Replace rote sockaddr_in6 initializations (memset(), set sa6_family,dyoung
2006-09-03comment out impossible comparison.christos
2006-09-01Re-use macro IN6_IS_SCOPE_EMBEDDABLE().dyoung
2006-03-05bzero -> memsetrpaulo
2006-01-21Better support of IPv6 scoped addresses.rpaulo