Lines Matching +full:interface +full:- +full:node
30 .Nd "generic Ethernet interface netgraph node type"
36 netgraph node implements the generic Ethernet interface.
39 node is created, a new interface appears which is accessible via
45 When a node is shut down, the corresponding interface is removed,
46 and the interface name becomes available for reuse by future
49 New nodes always take the first unused interface.
53 node has a single hook named
58 node.
59 Packets transmitted via the interface flow out this hook.
61 packets received by any real Ethernet interface.
63 This node type supports the generic control messages, plus the following:
64 .Bl -tag -width foo
66 Set link-level address of the interface.
76 string consisting of 6 colon-separated hex digits.
78 Return the name of the associated interface as a
79 .Dv NULL Ns -terminated
83 Return the list of link-level addresses associated with the node.
86 This node shuts down upon receipt of a
89 The associated interface is removed and its name becomes
94 Unlike most other node types, an
96 node does
111 node type was implemented in
114 .An -nosplit
117 node type was written by