HomeSort by: relevance | last modified time | path
    Searched defs:fr_block (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 482 u_long fr_block; /* packets denied */ member in struct:filterstats_4_1
1827 nflags |= FR_BLOCK;
3606 case FR_BLOCK :
ip_fil.h 855 #define FR_BLOCK 0x00001 /* do not allow packet to pass */
898 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK)
989 u_long fr_block; /* packets denied */ member in struct:ipf_statistics

Completed in 43 milliseconds