Deleted Added
full compact
ng_h4.4 (140561) ng_h4.4 (242997)
1.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: ng_h4.4,v 1.2 2003/05/21 19:37:35 max Exp $
1.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: ng_h4.4,v 1.2 2003/05/21 19:37:35 max Exp $
26.\" $FreeBSD: head/share/man/man4/ng_h4.4 140561 2005-01-21 08:36:40Z ru $
26.\" $FreeBSD: head/share/man/man4/ng_h4.4 242997 2012-11-13 20:41:36Z joel $
27.\"
28.Dd June 14, 2002
29.Dt NG_H4 4
30.Os
31.Sh NAME
32.Nm ng_h4
33.Nd Netgraph node type that is also an H4 line discipline
34.Sh SYNOPSIS

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

66This command returns a
67.Vt "struct nodeinfo"
68similar to the
69.Dv NGM_NODEINFO
70.Xr netgraph 4
71control message.
72.Sh HOOKS
73This node type supports the following hooks:
27.\"
28.Dd June 14, 2002
29.Dt NG_H4 4
30.Os
31.Sh NAME
32.Nm ng_h4
33.Nd Netgraph node type that is also an H4 line discipline
34.Sh SYNOPSIS

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

66This command returns a
67.Vt "struct nodeinfo"
68similar to the
69.Dv NGM_NODEINFO
70.Xr netgraph 4
71control message.
72.Sh HOOKS
73This node type supports the following hooks:
74.Bl -tag -width indent
75.It Dv hook
74.Bl -tag -width ".Va hook"
75.It Va hook
76single HCI frame contained in single
77.Vt mbuf
78structure.
79.El
80.Sh CONTROL MESSAGES
81This node type supports the generic control messages, plus the following:
76single HCI frame contained in single
77.Vt mbuf
78structure.
79.El
80.Sh CONTROL MESSAGES
81This node type supports the generic control messages, plus the following:
82.Bl -tag -width indent
82.Bl -tag -width foo
83.It Dv NGM_H4_NODE_RESET
84Reset the node.
85.It Dv NGM_H4_NODE_GET_STATE
86Returns current receiving state for the node.
87.It Dv NGM_H4_NODE_GET_DEBUG
88Returns an integer containing the current debug level for the node.
89.It Dv NGM_H4_NODE_SET_DEBUG
90This command takes an integer argument and sets current debug level

--- 33 unchanged lines hidden ---
83.It Dv NGM_H4_NODE_RESET
84Reset the node.
85.It Dv NGM_H4_NODE_GET_STATE
86Returns current receiving state for the node.
87.It Dv NGM_H4_NODE_GET_DEBUG
88Returns an integer containing the current debug level for the node.
89.It Dv NGM_H4_NODE_SET_DEBUG
90This command takes an integer argument and sets current debug level

--- 33 unchanged lines hidden ---