Searched refs:portcmp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfcomp.c25 static char *portcmp[] = { "*", "==", "!=", "<", ">", "<=", ">=", "**", "***" }; variable
828 portcmp[fr->fr_scmp], fr->fr_sport);
855 portcmp[fr->fr_dcmp], fr->fr_dport);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c2198 /* portcmp(I) - flag indicating whether to attempt matching on */
2206 ipf_check_ipf(fin, fr, portcmp)
2209 int portcmp;
2343 if (portcmp) {
2391 int rulen, portcmp, off, skip; local
2410 portcmp = 0;
2416 portcmp = 1;
2452 if (ipf_check_ipf(fin, fr, portcmp))

Completed in 74 milliseconds