summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/scope6_var.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r270348:markj2014-09-061-2/+1
| | | | | | | | | | | | | | Add some missing checks for unsupported interfaces (e.g. pflog(4)) when handling ioctls. While here, remove duplicated checks for a NULL ifp in in6_control(): this check is already done near the beginning of the function. MFC r270349: Suppress warnings when retrieving protocol stats from interfaces that don't support IPv6 (e.g. pflog(4)). PR: 189117 Approved by: re (gjb)
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-0/+5
| | | | | | - Deembed scope id in L3 address in in6_lltable_dump(). - Simplify scope id recovery in rtsock routines. - Remove embedded scope id handling in ndp(8) and route(8) completely.
* Remove __P.delphij2012-10-221-12/+12
| | | | | | Submitted by: kevlo Reviewed by: md5(1) MFC after: 2 months
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+1
| | | | | | | | | | | | Introduce in6_getscope() to allow more effective checksum computations without the need to copy the address to clear the scope. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems Reviewed by: gnn (as part of the whole) MFC After: 3 days
* Remove a declaration to a non-existent function.bz2011-12-311-1/+0
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Clean up VCS Ids.obrien2007-12-101-3/+3
|
* scope cleanup. with this changeume2005-07-251-0/+4
| | | | | | | | | | | | | | | | | | | - most of the kernel code will not care about the actual encoding of scope zone IDs and won't touch "s6_addr16[1]" directly. - similarly, most of the kernel code will not care about link-local scoped addresses as a special case. - scope boundary check will be stricter. For example, the current *BSD code allows a packet with src=::1 and dst=(some global IPv6 address) to be sent outside of the node, if the application do: s = socket(AF_INET6); bind(s, "::1"); sendto(s, some_global_IPv6_addr); This is clearly wrong, since ::1 is only meaningful within a single node, but the current implementation of the *BSD kernel cannot reject this attempt. Submitted by: JINMEI Tatuya <jinmei__at__isl.rdc.toshiba.co.jp> Obtained from: KAME
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
|
* - add dom_if{attach,detach} framework.ume2003-10-171-4/+14
| | | | | | - transition to use ifp->if_afdata. Obtained from: KAME
* - typo in commentume2003-10-091-2/+2
| | | | | | | | - style - ANSIfy (there is no functional change.) Obtained from: KAME
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-0/+46
API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change)
OpenPOWER on IntegriCloud