mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Reflect recent code changes.
This commit is contained in:
parent
45b727476b
commit
b5f3d58ffd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141201
@ -35,7 +35,7 @@
|
||||
.\" $FreeBSD$
|
||||
.\" $Whistle: ng_iface.8,v 1.5 1999/01/25 23:46:26 archie Exp $
|
||||
.\"
|
||||
.Dd January 19, 1999
|
||||
.Dd February 3, 2005
|
||||
.Dt NG_IFACE 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -104,13 +104,11 @@ Transmission and reception of NS packets.
|
||||
This node type supports the generic control messages, plus the following:
|
||||
.Bl -tag -width foo
|
||||
.It Dv NGM_IFACE_GET_IFNAME
|
||||
Returns the name of the interface corresponding to this node in a
|
||||
.Dv "struct ng_iface_ifname" :
|
||||
.Bd -literal -offset 4n
|
||||
struct ng_iface_ifname {
|
||||
char ngif_name[NG_IFACE_IFACE_NAME_MAX + 1];
|
||||
};
|
||||
.Ed
|
||||
Returns the name of the associated interface as a
|
||||
.Dv NUL Ns -terminated
|
||||
.Tn ASCII
|
||||
string.
|
||||
Normally this is the same as the name of the node.
|
||||
.It Dv NGM_IFACE_POINT2POINT
|
||||
Set the interface to point-to-point mode.
|
||||
The interface must not currently be up.
|
||||
|
@ -12,7 +12,7 @@
|
||||
.\" Cronyx Id: ng_sppp.4,v 1.1.2.3 2004/03/30 14:28:34 rik Exp $
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 29, 2004
|
||||
.Dd February 3, 2005
|
||||
.Dt NG_SPPP 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -101,13 +101,11 @@ The connection to the synchronous line.
|
||||
This node type supports the generic control messages, plus the following:
|
||||
.Bl -tag -width indent
|
||||
.It Dv NGM_IFACE_GET_IFNAME
|
||||
Returns the name of the interface corresponding to this node in a
|
||||
.Vt "struct ng_iface_ifname" :
|
||||
.Bd -literal -offset indent
|
||||
struct ng_iface_ifname {
|
||||
char ngif_name[NG_SPPP_IFACE_NAME_MAX + 1];
|
||||
};
|
||||
.Ed
|
||||
Returns the name of the associated interface as a
|
||||
.Dv NUL Ns -terminated
|
||||
.Tn ASCII
|
||||
string.
|
||||
Normally this is the same as the name of the node.
|
||||
.El
|
||||
.Sh SHUTDOWN
|
||||
This node shuts down upon receipt of a
|
||||
|
Loading…
Reference in New Issue
Block a user