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 | 2163 ipf_check_ipf(fr_info_t *fin, frentry_t *fr, int portcmp) in ipf_check_ipf() argument 2297 if (portcmp) { in ipf_check_ipf() 2343 int rulen, portcmp, off, skip; in ipf_scanlist() local 2362 portcmp = 0; in ipf_scanlist() 2368 portcmp = 1; in ipf_scanlist() 2404 if (ipf_check_ipf(fin, fr, portcmp)) in ipf_scanlist()
|