Home
last modified time | relevance | path

Searched refs:testuntagged (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/xymon-server/xymon-4.3.30/common/
H A Dxymongrep.c59 static int netok(char *netstring, char *curnet, int testuntagged) in netok() argument
63 (testuntagged && (curnet == NULL)) ); in netok()
113 int testuntagged = 0; in main() local
141 testuntagged = 1; in main()
216 …if (netok(netstring, curnet, testuntagged) && downok(curname, nodownhosts) && knownhost(curname, h… in main()
/dports/net-mgmt/xymon-client/xymon-4.3.30/common/
H A Dxymongrep.c59 static int netok(char *netstring, char *curnet, int testuntagged) in netok() argument
63 (testuntagged && (curnet == NULL)) ); in netok()
113 int testuntagged = 0; in main() local
141 testuntagged = 1; in main()
216 …if (netok(netstring, curnet, testuntagged) && downok(curname, nodownhosts) && knownhost(curname, h… in main()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymonnet/
H A Dbeastat.c41 static int testuntagged = 0; variable
88 (testuntagged && (netlocation == NULL))); /* No NET: tag for this host */ in wanted_host()
H A Dxymonnet.c94 int testuntagged = 0; variable
381 (testuntagged && (netlocation == NULL))); /* No NET: tag for this host */ in wanted_host()
2110 testuntagged = 1; in main()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymonnet/
H A Dbeastat.c41 static int testuntagged = 0; variable
88 (testuntagged && (netlocation == NULL))); /* No NET: tag for this host */ in wanted_host()
H A Dxymonnet.c94 int testuntagged = 0; variable
381 (testuntagged && (netlocation == NULL))); /* No NET: tag for this host */ in wanted_host()
2110 testuntagged = 1; in main()