Searched refs:IPF_PANIC (Results 1 – 2 of 2) sorted by relevance
247 IPF_PANIC(1, ("illegal rv %d (ipf_p_rpcb_req)", rv)); in ipf_p_rpcb_in()337 IPF_PANIC(1, ("illegal rv %d (ipf_p_rpcb_decoderep)", rv)); in ipf_p_rpcb_out()986 IPF_PANIC(1, ("illegal rx_type %d", rx->rx_type)); in ipf_p_rpcb_decoderep()
176 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro334 # define IPF_PANIC(x,y) ; macro