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) function
427 portcmp(devfs_path, phys_path) != 0) {
436 portcmp(devfs_path, phys_path) != 0) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c29 static char *portcmp[] = { "*", "==", "!=", "<", ">", "<=", ">=", "**", "***" }; variable
830 portcmp[fr->fr_scmp], fr->fr_sport);
857 portcmp[fr->fr_dcmp], fr->fr_dport);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1663 /* portcmp(I) - flag indicating whether to attempt matching on */
1670 static INLINE int fr_ipfcheck(fin, fr, portcmp)
1673 int portcmp;
1818 if (portcmp) {
1864 int rulen, portcmp, off, logged, skip; local
1885 portcmp = 0;
1891 portcmp = 1;
1927 if (fr_ipfcheck(fin, fr, portcmp))

Completed in 80 milliseconds