Home
last modified time | relevance | path

Searched refs:IPF_PANIC (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c257 IPF_PANIC(1, ("illegal rv %d (ipf_p_rpcb_req)", rv));
351 IPF_PANIC(1, ("illegal rv %d (ipf_p_rpcb_decoderep)", rv));
1028 IPF_PANIC(1, ("illegal rx_type %d", rx->rx_type));
H A Dip_compat.h182 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
348 # define IPF_PANIC(x,y) ; macro