11.4Schristos/* $NetBSD: netstat_hostops.c,v 1.4 2020/04/03 16:41:59 christos Exp $ */ 21.1Spooka 31.1Spooka/* 41.1Spooka * Copyright (c) 2010 The NetBSD Foundation, Inc. 51.1Spooka * All rights reserved. 61.1Spooka * 71.1Spooka * Redistribution and use in source and binary forms, with or without 81.1Spooka * modification, are permitted provided that the following conditions 91.1Spooka * are met: 101.1Spooka * 1. Redistributions of source code must retain the above copyright 111.1Spooka * notice, this list of conditions and the following disclaimer. 121.1Spooka * 2. Redistributions in binary form must reproduce the above copyright 131.1Spooka * notice, this list of conditions and the following disclaimer in the 141.1Spooka * documentation and/or other materials provided with the distribution. 151.1Spooka * 161.1Spooka * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 171.1Spooka * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 181.1Spooka * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 191.1Spooka * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 201.1Spooka * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 211.1Spooka * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 221.1Spooka * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 231.1Spooka * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 241.1Spooka * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 251.1Spooka * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 261.1Spooka * POSSIBILITY OF SUCH DAMAGE. 271.1Spooka */ 281.1Spooka 291.4Schristos#include "route_hostops.c" 30