Lines Matching +full:interface +full:- +full:node

19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
40 .Nd Ethernet netgraph node type
46 netgraph node type allows Ethernet interfaces to interact with
52 module is loaded into the kernel, a node is automatically created
53 for each Ethernet interface in the system.
54 Each node will attempt to name itself with the same name
55 as the associated interface.
112 This node type supports the following hooks:
113 .Bl -tag -width ".Va orphans"
124 This node type supports the generic control messages, plus the following:
125 .Bl -tag -width foo
127 Returns the name of the associated interface as a
128 .Dv NUL Ns -terminated
131 Normally this is the same as the name of the node.
133 Returns the global index of the associated interface as a 32 bit integer.
145 disables promiscuous mode on the interface.
146 Any non-zero value enables promiscuous mode.
148 Get the current value of the node's promiscuous flag.
150 Note that this flag reflects the node's own promiscuous setting
152 interface, which can be affected by other means (e.g.,
163 Get the current value of the node's source address override flag.
178 Detach from underlying Ethernet interface and shut down node.
184 but the node is not removed.
185 Node can be shut down only using
188 If the interface itself is detached (e.g., because of PC Card removal), the
189 node disappears as well.
193 interface to standard output decoded in hex and
196 .Dl "nghook -a fxp0: orphans"
200 out the interface
207 node between the
213 .Bd -literal -offset indent
229 other Netgraph node types does not work for the
231 node type,