summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_iface.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-03 13:33:34 +0000
committerru <ru@FreeBSD.org>2005-02-03 13:33:34 +0000
commitf01116dd05932eefe3cb65b51051dfafc217730c (patch)
treec1a84e79ae308acf182ee96c2bf3450727edaa02 /share/man/man4/ng_iface.4
parent492540a83026aab6778375843b42af97a4405602 (diff)
downloadFreeBSD-src-f01116dd05932eefe3cb65b51051dfafc217730c.zip
FreeBSD-src-f01116dd05932eefe3cb65b51051dfafc217730c.tar.gz
Reflect recent code changes.
Diffstat (limited to 'share/man/man4/ng_iface.4')
-rw-r--r--share/man/man4/ng_iface.414
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man4/ng_iface.4 b/share/man/man4/ng_iface.4
index abc5243..a35ba6d 100644
--- a/share/man/man4/ng_iface.4
+++ b/share/man/man4/ng_iface.4
@@ -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.
OpenPOWER on IntegriCloud