Searched refs:portcmp (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sbin/ipf/ipf/ |
| H A D | ipfcomp.c | 20 static char *portcmp[] = { "*", "==", "!=", "<", ">", "<=", ">=", "**", "***" }; variable 810 portcmp[fr->fr_scmp], fr->fr_sport); in emitGroup() 837 portcmp[fr->fr_dcmp], fr->fr_dport); in emitGroup()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | fil.c | 2170 ipf_check_ipf(fr_info_t *fin, frentry_t *fr, int portcmp) in ipf_check_ipf() argument 2304 if (portcmp) { in ipf_check_ipf() 2350 int rulen, portcmp, off, skip; in ipf_scanlist() local 2369 portcmp = 0; in ipf_scanlist() 2375 portcmp = 1; in ipf_scanlist() 2411 if (ipf_check_ipf(fin, fr, portcmp)) in ipf_scanlist()
|