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 | 2186 ipf_check_ipf(fr_info_t *fin, frentry_t *fr, int portcmp) in ipf_check_ipf() argument 2320 if (portcmp) { in ipf_check_ipf() 2366 int rulen, portcmp, off, skip; in ipf_scanlist() local 2385 portcmp = 0; in ipf_scanlist() 2391 portcmp = 1; in ipf_scanlist() 2427 if (ipf_check_ipf(fin, fr, portcmp)) in ipf_scanlist()
|