Lines Matching defs:notify
136 // Note: if this interface was deleted, iface is "" and we don't notify.
183 void NetlinkHandler::notify(int code, const char *format, ...) {
197 notify(ResponseCode::InterfaceChange, "Iface added %s", name);
201 notify(ResponseCode::InterfaceChange, "Iface removed %s", name);
205 notify(ResponseCode::InterfaceChange,
210 notify(ResponseCode::InterfaceChange,
215 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface);
223 notify(ResponseCode::InterfaceClassActivity,
226 notify(ResponseCode::InterfaceClassActivity,
229 notify(ResponseCode::InterfaceClassActivity,
236 notify(ResponseCode::InterfaceAddressChange,
245 notify(ResponseCode::InterfaceDnsInfo, "DnsInfo servers %s %s %s",
251 notify(ResponseCode::RouteChange,
262 notify(ResponseCode::StrictCleartext, "%s %s", uid, hex);