Lines Matching refs:is
2 // Use of this source code is governed by a BSD-style license that can be
11 /// The interface is added.
13 /// The interface is removed.
18 /// The link is not attached to the medium.
20 /// The link is attached to the medium.
25 /// The interface is administratively disabled.
27 /// The interface is administratively enabled.
47 /// This identifier will never be 0, and will not be reused even if the device is removed and
48 /// subsequently re-added. It is not stable across netstack instances.
92 /// The subnet is the key for the entry in the table.
150 /// Enable the interface. Packets may be processed by the stack after this call is processed.
160 /// Remove the address from the interface. If the address is not assigned to the interface, an
161 /// error is returned.
168 /// subnet, an error is returned. The entry may be deleted using DelForwardingEntry first.
173 /// table. If no entry for the subnet exists, an error is returned.
178 /// A status change event is triggered whenever an interface's status changes.
181 /// An address change event is triggered whenever an interface's addresses change.