Deleted Added
full compact
ng_sppp.4 (141201) ng_sppp.4 (242997)
1.\" Copyright (C) 2003-2004 Cronyx Engineering.
2.\" Copyright (C) 2003-2004 Roman Kurakin <rik@cronyx.ru>
3.\"
4.\" This software is distributed with NO WARRANTIES, not even the implied
5.\" warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
6.\"
7.\" Authors grant any other persons or organisations a permission to use,
8.\" modify and redistribute this software in source and binary forms,
9.\" as long as this message is kept with the software, all derivative
10.\" works or modified versions.
11.\"
12.\" Cronyx Id: ng_sppp.4,v 1.1.2.3 2004/03/30 14:28:34 rik Exp $
1.\" Copyright (C) 2003-2004 Cronyx Engineering.
2.\" Copyright (C) 2003-2004 Roman Kurakin <rik@cronyx.ru>
3.\"
4.\" This software is distributed with NO WARRANTIES, not even the implied
5.\" warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
6.\"
7.\" Authors grant any other persons or organisations a permission to use,
8.\" modify and redistribute this software in source and binary forms,
9.\" as long as this message is kept with the software, all derivative
10.\" works or modified versions.
11.\"
12.\" Cronyx Id: ng_sppp.4,v 1.1.2.3 2004/03/30 14:28:34 rik Exp $
13.\" $FreeBSD: head/share/man/man4/ng_sppp.4 141201 2005-02-03 13:33:34Z ru $
13.\" $FreeBSD: head/share/man/man4/ng_sppp.4 242997 2012-11-13 20:41:36Z joel $
14.\"
15.Dd February 3, 2005
16.Dt NG_SPPP 4
17.Os
18.Sh NAME
19.Nm ng_sppp
20.Nd sppp netgraph node type
21.Sh SYNOPSIS

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

94.Sh HOOKS
95This node type supports the following hooks:
96.Bl -tag -width ".Va downstream"
97.It Va downstream
98The connection to the synchronous line.
99.El
100.Sh CONTROL MESSAGES
101This node type supports the generic control messages, plus the following:
14.\"
15.Dd February 3, 2005
16.Dt NG_SPPP 4
17.Os
18.Sh NAME
19.Nm ng_sppp
20.Nd sppp netgraph node type
21.Sh SYNOPSIS

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

94.Sh HOOKS
95This node type supports the following hooks:
96.Bl -tag -width ".Va downstream"
97.It Va downstream
98The connection to the synchronous line.
99.El
100.Sh CONTROL MESSAGES
101This node type supports the generic control messages, plus the following:
102.Bl -tag -width indent
103.It Dv NGM_IFACE_GET_IFNAME
102.Bl -tag -width foo
103.It Dv NGM_SPPP_GET_IFNAME Pq Ic getifname
104Returns the name of the associated interface as a
105.Dv NUL Ns -terminated
106.Tn ASCII
107string.
108Normally this is the same as the name of the node.
109.El
110.Sh SHUTDOWN
111This node shuts down upon receipt of a

--- 61 unchanged lines hidden ---
104Returns the name of the associated interface as a
105.Dv NUL Ns -terminated
106.Tn ASCII
107string.
108Normally this is the same as the name of the node.
109.El
110.Sh SHUTDOWN
111This node shuts down upon receipt of a

--- 61 unchanged lines hidden ---