Searched refs:emit_warning (Results 1 – 3 of 3) sorted by relevance
178 def emit_warning(self, warning): member in DhcpHandlingRule262 self.emit_warning("Packet's message type was %s, not %s." % (407 self.emit_warning("REQUEST packet's server ip did not match our "413 self.emit_warning("REQUEST packet's requested IP did not match "490 self.emit_warning("REQUEST packet's requested IP did not match "536 self.emit_warning("RELEASE packet's server ip did not match our "620 self.emit_warning("DECLINE packet's server ip did not match our "
174 macro_rules! emit_warning { macro191 $crate::emit_warning!($crate::__export::proc_macro2::Span::call_site(), $($tts)*)
103 * Warnings via `emit_warning` and `emit_warning_call_site`. Nightly only, they're ignored on stable.