Searched refs:PF_OP_NE (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/netpfil/pf/ |
| H A D | pf.h | 51 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.h | 55 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
|
| H A D | pf.c | 2865 case PF_OP_NE: in pf_match() 2891 if (u == UID_MAX && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_uid() 2899 if (g == GID_MAX && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_gid()
|