Lines Matching full:interface
41 .Nd interface netgraph node type
47 node is both a netgraph node and a system networking interface.
50 node is created, a new interface appears which is accessible via
57 When a node is shutdown, the corresponding interface is removed
58 and the interface name becomes available for reuse by future
60 nodes; new nodes always take the first unused interface.
61 The node itself is assigned the same name as its interface, unless the name
67 Packets transmitted via the interface flow out the corresponding
69 Similarly, packets received on a hook appear on the interface as
75 node can be configured as a point-to-point interface or a broadcast interface.
76 The configuration can only be changed when the interface is down.
93 Returns the name of the associated interface as a
99 Returns the global index of the associated interface as a 32 bit integer.
101 Set the interface to point-to-point mode.
102 The interface must not currently be up.
104 Set the interface to broadcast mode.
105 The interface must not currently be up.
111 The associated interface is removed and becomes available
126 interface supports ALTQ bandwidth management feature.
129 is a special case, since it is not a physical interface with limited bandwidth.
133 In this case, ALTQ should be configured on the interface that is used to
143 interface flows through the other.