Home
last modified time | relevance | path

Searched refs:portcmp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c370 portcmp(char *devfs_path, char *phys_path) in portcmp() function
427 portcmp(devfs_path, phys_path) != 0) { in check_compat_ports()
436 portcmp(devfs_path, phys_path) != 0) { in check_compat_ports()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c23 static char *portcmp[] = { "*", "==", "!=", "<", ">", "<=", ">=", "**", "***" }; variable
819 portcmp[fr->fr_scmp], fr->fr_sport);
846 portcmp[fr->fr_dcmp], fr->fr_dport);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1671 static INLINE int fr_ipfcheck(fin, fr, portcmp) in fr_ipfcheck() argument
1674 int portcmp;
1819 if (portcmp) {
1865 int rulen, portcmp, off, logged, skip; local
1886 portcmp = 0;
1892 portcmp = 1;
1928 if (fr_ipfcheck(fin, fr, portcmp))