Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c511 if ((rt->flags & IPFW_RCFLAG_USER) != rt->flags) in check_range_tlv_v0()
H A Dip_fw_sockopt.c1071 if ((rt->flags & IPFW_RCFLAG_USER) != rt->flags) in check_range_tlv()
/freebsd/sys/netinet/
H A Dip_fw.h1048 #define IPFW_RCFLAG_USER (IPFW_RCFLAG_RANGE | IPFW_RCFLAG_ALL | \ macro