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

/netbsd-current/external/bsd/ipf/dist/
H A Dip_dstlist.h20 int ipfd_flags; member in struct:ipf_dstnode
H A Dip_dstlist.c636 if ((node->ipfd_flags & IPDST_DELETE) != 0)
760 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
762 node->ipfd_flags |= IPDST_DELETE;
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_dstlist.h20 int ipfd_flags; member in struct:ipf_dstnode
H A Dip_dstlist.c610 if ((node->ipfd_flags & IPDST_DELETE) != 0)
729 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
731 node->ipfd_flags |= IPDST_DELETE;

Completed in 303 milliseconds