Searched refs:ipfd_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/
H A Dip_dstlist.h18 int ipfd_flags; member in struct:ipf_dstnode
H A Dip_dstlist.c634 if ((node->ipfd_flags & IPDST_DELETE) != 0)
758 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
760 node->ipfd_flags |= IPDST_DELETE;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h18 int ipfd_flags; member in struct:ipf_dstnode
H A Dip_dstlist.c634 if ((node->ipfd_flags & IPDST_DELETE) != 0)
758 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
760 node->ipfd_flags |= IPDST_DELETE;

Completed in 136 milliseconds