Searched refs:portcmp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | port_link.c | 370 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()
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipfcomp.c | 22 static char *portcmp[] = { "*", "==", "!=", "<", ">", "<=", ">=", "**", "***" }; variable 823 portcmp[fr->fr_scmp], fr->fr_sport); 850 portcmp[fr->fr_dcmp], fr->fr_dport);
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 1671 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))
|