HomeSort by: relevance | last modified time | path
    Searched refs:iph_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_htable.h 52 u_32_t iph_flags; member in struct:iphtable_s
ip_htable.c 313 if ((iph->iph_flags & IPHASH_DELETE) == 0) {
317 iph->iph_flags &= ~IPHASH_DELETE;
427 iph->iph_flags |= IPHASH_DELETE;
764 if ((iph != NULL) && (iph->iph_flags & IPHASH_DELETE) == 0)
795 iph->iph_flags |= IPHASH_DELETE;
967 iph->iph_flags, IPL_LOGIPF,
fil.c 5498 if ((iph->iph_flags & FR_INOUT) != (fr->fr_flags & FR_INOUT)) {

Completed in 58 milliseconds