Searched refs:logged (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dcheck-tool.c166 logged(char *key, int value) { function
231 !logged(namebuf, ERR_IS_CNAME)) {
246 if (!logged(namebuf, ERR_NO_ADDRESSES)) {
257 if (!logged(namebuf, ERR_LOOKUP_FAILURE)) {
284 if (!match && !logged(namebuf, ERR_EXTRA_A)) {
314 if (!match && !logged(namebuf, ERR_EXTRA_AAAA)) {
332 if (!logged(namebuf, ERR_MISSING_GLUE)) {
423 if (!logged(namebuf, ERR_IS_MXCNAME)) {
443 if (!logged(namebuf, ERR_NO_ADDRESSES)) {
454 if (!logged(namebu
[all...]
/freebsd-9.3-release/sbin/shutdown/
H A Dshutdown.c251 int logged; local
254 logged = 1;
258 logged = 0;
277 if (!logged && tp->timeleft <= NOLOG_TIME) {
278 logged = 1;
/freebsd-9.3-release/sys/x86/x86/
H A Dmca.c81 int logged; member in struct:mca_internal
472 rec->logged = 0;
642 if (!mca->logged) {
643 mca->logged = 1;
985 if (!mca->logged) {
986 mca->logged = 1;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c553 * Keep currently penalized and logged entries.
568 if (!e->logged && response_balance(rrl, e, age) > 0)
575 if (e->logged)
689 if (e->logged) {
947 if (e->logged) {
959 e->logged = ISC_FALSE;
975 if (!e->logged)
1192 if ((!e->logged || e->log_secs >= DNS_RRL_MAX_LOG_SECS) &&
1195 e->logged ? "continue limiting " : "limit ",
1199 if (!e->logged) {
[all...]
H A Dresolver.c308 isc_boolean_t logged; member in struct:fetchctx
2371 if (reason == DNS_R_LAME) /* already logged */
3603 fctx->logged = ISC_FALSE;
8512 if (!fctx->logged || duplicateok) {
8530 fctx->logged = ISC_TRUE;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drrl.h125 isc_boolean_t logged :1; member in struct:dns_rrl_entry
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog24 # Generate source and destination reports of all packets logged with
66 # logged using ipmon -n. Observation by <ark@eltex.ru>.
113 # vulnerable to forgery) and keep your logged addresses all in numeric
1047 up and logged addresses as hostnames where possible. This has an important side
1049 may not match the original addresses of the logged packets because of numerous
1052 the reverse lookup to anything he likes. If you haven't logged the numeric IP
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c968 bool logged = false; local
984 /* log only if not logged before */
985 if (!logged)
994 logged = true;
1006 /* log only if not logged before */
1007 if (!logged)
1012 logged = true;
H A Dusersmtp.c413 static bool logged = false; local
420 logged = false;
427 if (LogLevel > 8 && !logged)
433 logged = true;
H A Dparseaddr.c3191 static bool logged = false; local
3206 if (!logged)
3210 logged = true;
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in363 beginning with "allow" or "deny" are logged to the restrict_log file.

Completed in 236 milliseconds