Home
last modified time | relevance | path

Searched refs:IPFW_DYN_ORPHANED (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dip_fw.h789 #define IPFW_DYN_ORPHANED 0x40000 /* state's parent rule was deleted */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2980 dst->state |= IPFW_DYN_ORPHANED; in dyn_export_data()
/freebsd/sbin/ipfw/
H A Dipfw2.c2572 if (d->state & IPFW_DYN_ORPHANED) in show_dyn_state()