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

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

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

--- 23 unchanged lines hidden ---