Deleted Added
full compact
ng_uni.4 (130857) ng_uni.4 (131530)
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Hartmut Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Hartmut Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man4/ng_uni.4 130857 2004-06-21 17:42:49Z mpp $
29.\" $FreeBSD: head/share/man/man4/ng_uni.4 131530 2004-07-03 18:29:24Z ru $
30.\"
31.Dd October 6, 2003
32.Dt NG_UNI 4
33.Os FreeBSD
34.Sh NAME
35.Nm ng_uni
36.Nd netgraph UNI node type
37.Sh SYNOPSIS

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

344.Fa mask
345field contains bit definitions for all timers, retransmission counters
346and the
347.Fa proto
348field,
349.Fa popt_mask
350selects which of the protocol options to change and
351.Fa option_mask
30.\"
31.Dd October 6, 2003
32.Dt NG_UNI 4
33.Os FreeBSD
34.Sh NAME
35.Nm ng_uni
36.Nd netgraph UNI node type
37.Sh SYNOPSIS

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

344.Fa mask
345field contains bit definitions for all timers, retransmission counters
346and the
347.Fa proto
348field,
349.Fa popt_mask
350selects which of the protocol options to change and
351.Fa option_mask
352specifies which options should be changed. The following bits are defined:
352specifies which options should be changed.
353The following bits are defined:
353.Bd -literal
354enum uni_config_mask {
355 UNICFG_PROTO,
356 UNICFG_TIMER301,
357 UNICFG_TIMER303,
358 UNICFG_INIT303,
359 UNICFG_TIMER308,
360 UNICFG_INIT308,

--- 54 unchanged lines hidden ---
354.Bd -literal
355enum uni_config_mask {
356 UNICFG_PROTO,
357 UNICFG_TIMER301,
358 UNICFG_TIMER303,
359 UNICFG_INIT303,
360 UNICFG_TIMER308,
361 UNICFG_INIT308,

--- 54 unchanged lines hidden ---