ng_socket.4 (5129159789cc9d7bc514e4546b88e3427695002d) ng_socket.4 (bec35b9a5f0cdb233b0601c507114d11a1093126)
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

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

31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Archie Cobbs <archie@whistle.com>
34.\"
35.\" $FreeBSD$
36.\" $Whistle: ng_socket.8,v 1.5 1999/01/25 23:46:27 archie Exp $
37.\"
38.Dd January 19, 1999
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

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

31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Archie Cobbs <archie@whistle.com>
34.\"
35.\" $FreeBSD$
36.\" $Whistle: ng_socket.8,v 1.5 1999/01/25 23:46:27 archie Exp $
37.\"
38.Dd January 19, 1999
39.Dt NG_SOCKET 8
39.Dt NG_SOCKET 4
40.Os FreeBSD
41.Sh NAME
42.Nm ng_socket
43.Nd netgraph socket node type
44.Sh SYNOPSIS
45.Fd #include <netgraph/ng_message.h>
46.Fd #include <netgraph/ng_socket.h>
47.Sh DESCRIPTION

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

162The controlling process is not notified of all events that an in-kernel node
163would be notified of, e.g. a new hook, or hook removal. We should define
164some node-initiated messages for this purpose (to be sent up the control
165socket).
166.Sh SEE ALSO
167.Xr socket 2 ,
168.Xr netgraph 3 ,
169.Xr netgraph 4 ,
40.Os FreeBSD
41.Sh NAME
42.Nm ng_socket
43.Nd netgraph socket node type
44.Sh SYNOPSIS
45.Fd #include <netgraph/ng_message.h>
46.Fd #include <netgraph/ng_socket.h>
47.Sh DESCRIPTION

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

162The controlling process is not notified of all events that an in-kernel node
163would be notified of, e.g. a new hook, or hook removal. We should define
164some node-initiated messages for this purpose (to be sent up the control
165socket).
166.Sh SEE ALSO
167.Xr socket 2 ,
168.Xr netgraph 3 ,
169.Xr netgraph 4 ,
170.Xr ng_ksocket 8 ,
171.Xr ngctl 8 .
170.Xr ng_ksocket 4 ,
171.Xr ngctl 8
172.Sh HISTORY
173The
174.Nm
175node type was implemented in
176.Fx 4.0 .
177.Sh AUTHORS
178.An Julian Elischer Aq julian@whistle.com
172.Sh HISTORY
173The
174.Nm
175node type was implemented in
176.Fx 4.0 .
177.Sh AUTHORS
178.An Julian Elischer Aq julian@whistle.com