Home | History | Annotate | Download | only in server

Lines Matching refs:interface

98     unsigned getNetworkForInterface(const char* interface) const;
106 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
107 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
121 // Routes are added to tables determined by the interface, so only |interface| is actually used.
122 // |netId| is given only to sanity check that the interface has the correct netId.
123 int addRoute(unsigned netId, const char* interface, const char* destination,
125 int removeRoute(unsigned netId, const char* interface, const char* destination,
128 // Notes that the specified address has appeared on the specified interface.
130 // Notes that the specified address has been removed from the specified interface.
146 unsigned getNetworkForInterfaceLocked(const char* interface) const;
155 int modifyRoute(unsigned netId, const char* interface, const char* destination,
170 // Map interface (ifIndex) to its current NetId, or the last NetId if the interface was removed
171 // from the network and not added to another network. This state facilitates the interface to
173 // interface in question might already have been removed from the network.
174 // An interface is added to this map when it is added to a network and removed from this map