Deleted Added
sdiff udiff text old ( 122481 ) new ( 139823 )
full compact
1
2/*
3 * ng_socket.h
4 *
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and
9 * redistribution of this software, in source or object code forms, with or
10 * without modifications are expressly permitted by Whistle Communications;
11 * provided, however, that:
12 * 1. Any and all reproductions of the source or object code must include the

--- 18 unchanged lines hidden (view full) ---

31 * SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
35 * OF SUCH DAMAGE.
36 *
37 * Author: Julian Elischer <julian@freebsd.org>
38 *
39 * $FreeBSD: head/sys/netgraph/ng_socket.h 122481 2003-11-11 12:30:37Z ru $
40 * $Whistle: ng_socket.h,v 1.5 1999/01/20 00:22:14 archie Exp $
41 */
42
43#ifndef _NETGRAPH_NG_SOCKET_H_
44#define _NETGRAPH_NG_SOCKET_H_
45
46/* Netgraph node type name and cookie */
47#define NG_SOCKET_NODE_TYPE "socket"

--- 23 unchanged lines hidden ---