ng_UI.4 (5129159789cc9d7bc514e4546b88e3427695002d) ng_UI.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_UI.8,v 1.4 1999/01/25 02:37:56 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_UI.8,v 1.4 1999/01/25 02:37:56 archie Exp $
37.\"
38.Dd January 19, 1999
39.Dt NG_UI 8
39.Dt NG_UI 4
40.Os FreeBSD
41.Sh NAME
42.Nm ng_UI
43.Nd UI netgraph node type
44.Sh SYNOPSIS
45.Fd #include <netgraph/ng_UI.h>
46.Sh DESCRIPTION
47The

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

76.Sh CONTROL MESSAGES
77This node type supports only the generic control messages.
78.Sh SHUTDOWN
79This node shuts down upon receipt of a
80.Dv NGM_SHUTDOWN
81control message, or when both hooks have been disconnected.
82.Sh SEE ALSO
83.Xr netgraph 4 ,
40.Os FreeBSD
41.Sh NAME
42.Nm ng_UI
43.Nd UI netgraph node type
44.Sh SYNOPSIS
45.Fd #include <netgraph/ng_UI.h>
46.Sh DESCRIPTION
47The

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

76.Sh CONTROL MESSAGES
77This node type supports only the generic control messages.
78.Sh SHUTDOWN
79This node shuts down upon receipt of a
80.Dv NGM_SHUTDOWN
81control message, or when both hooks have been disconnected.
82.Sh SEE ALSO
83.Xr netgraph 4 ,
84.Xr ngctl 8 .
84.Xr ngctl 8
85.Sh HISTORY
86The
87.Nm
88node type was implemented in
89.Fx 4.0 .
90.Sh AUTHORS
91.An Julian Elischer Aq julian@whistle.com
85.Sh HISTORY
86The
87.Nm
88node type was implemented in
89.Fx 4.0 .
90.Sh AUTHORS
91.An Julian Elischer Aq julian@whistle.com