Deleted Added
full compact
ng_sscfu.4 (131861) ng_sscfu.4 (242997)
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" Author: Hartmut Brandt <harti@FreeBSD.org>
28.\"
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" Author: Hartmut Brandt <harti@FreeBSD.org>
28.\"
29.\" $FreeBSD: head/share/man/man4/ng_sscfu.4 131861 2004-07-09 07:26:15Z ru $
29.\" $FreeBSD: head/share/man/man4/ng_sscfu.4 242997 2012-11-13 20:41:36Z joel $
30.\"
31.\" ng_sscfu(4) man page
32.\"
33.Dd October 24, 2003
34.Dt NG_SSCFU 4
35.Os
36.Sh NAME
37.Nm ng_sscfu

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

118If the
119.Va lower
120hook is disconnected and the node is enabled, the protocol state is
121reset.
122.Sh CONTROL MESSAGES
123The
124.Nm sscfu
125node understands the generic messages plus the following:
30.\"
31.\" ng_sscfu(4) man page
32.\"
33.Dd October 24, 2003
34.Dt NG_SSCFU 4
35.Os
36.Sh NAME
37.Nm ng_sscfu

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

118If the
119.Va lower
120hook is disconnected and the node is enabled, the protocol state is
121reset.
122.Sh CONTROL MESSAGES
123The
124.Nm sscfu
125node understands the generic messages plus the following:
126.Bl -tag -width indent
127.It Dv NGM_SSCFU_GETDEFPARAM
126.Bl -tag -width foo
127.It Dv NGM_SSCFU_GETDEFPARAM Pq Ic getdefparam
128This message returns a
129.Vt sscop_param
130structure, which contains the default parameters for the SSCOP at the
131UNI.
132This structure should be used for a
133.Dv NGM_SSCOP_SETPARAM
134message to the SSCOP node below the SSCF.
128This message returns a
129.Vt sscop_param
130structure, which contains the default parameters for the SSCOP at the
131UNI.
132This structure should be used for a
133.Dv NGM_SSCOP_SETPARAM
134message to the SSCOP node below the SSCF.
135.It Dv NGM_SSCFU_ENABLE
135.It Dv NGM_SSCFU_ENABLE Pq Ic enable
136This message creates the actual SSCF instance and initializes it.
137Until this is done, parameters may neither be retrieved nor set,
138and all messages
139received on any hook are discarded.
136This message creates the actual SSCF instance and initializes it.
137Until this is done, parameters may neither be retrieved nor set,
138and all messages
139received on any hook are discarded.
140.It Dv NGM_SSCFU_DISABLE
140.It Dv NGM_SSCFU_DISABLE Pq Ic disable
141Destroy the SSCF instance.
142After this, all messages on any hooks are discarded.
141Destroy the SSCF instance.
142After this, all messages on any hooks are discarded.
143.It Dv NGM_SSCFU_GETDEBUG
143.It Dv NGM_SSCFU_GETDEBUG Pq Ic getdebug
144Retrieve the debugging flags in a
145.Vt uint32_t .
144Retrieve the debugging flags in a
145.Vt uint32_t .
146.It Dv NGM_SSCFU_SETDEBUG
146.It Dv NGM_SSCFU_SETDEBUG Pq Ic setdebug
147Set debugging flags.
148The argument must be a
149.Vt uint32_t .
147Set debugging flags.
148The argument must be a
149.Vt uint32_t .
150.It Dv NGM_SSCFU_GETSTATE
150.It Dv NGM_SSCFU_GETSTATE Pq Ic getstate
151Retrieve the current state of the SSCFU instance in a
152.Vt uint32_t .
153If the node has not been enabled, 0 is returned.
154.El
155.Sh SEE ALSO
156.Xr netgraph 4 ,
157.Xr ng_atm 4 ,
158.Xr ng_sscop 4 ,
159.Xr ngctl 8
160.Sh AUTHORS
161.An Harti Brandt Aq harti@FreeBSD.org
151Retrieve the current state of the SSCFU instance in a
152.Vt uint32_t .
153If the node has not been enabled, 0 is returned.
154.El
155.Sh SEE ALSO
156.Xr netgraph 4 ,
157.Xr ng_atm 4 ,
158.Xr ng_sscop 4 ,
159.Xr ngctl 8
160.Sh AUTHORS
161.An Harti Brandt Aq harti@FreeBSD.org