/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Return the scope of the given address. staticint ipv6_scope(constunsignedchar addr[16]) { constunsignedchar* b = addr; unsignedshort w = (unsignedshort)((b[0] << 8) | b[1]);