HomeSort by relevance Sort by last modified time
    Searched refs:my_syslog (Results 1 - 15 of 15) sorted by null

  /external/dnsmasq/src/
dnsmasq.c 462 my_syslog(LOG_INFO, _("started, version %s DNS disabled"), VERSION);
464 my_syslog(LOG_INFO, _("started, version %s cachesize %d"), VERSION, daemon->cachesize);
466 my_syslog(LOG_INFO, _("started, version %s cache disabled"), VERSION);
468 my_syslog(LOG_INFO, _("compile time options: %s"), compile_opts);
474 my_syslog(LOG_INFO, _("DBus support enabled: connected to system bus"));
476 my_syslog(LOG_INFO, _("DBus support enabled: bus connection pending"));
481 my_syslog(LOG_WARNING, _("warning: failed to change owner of %s: %s"),
485 my_syslog(LOG_WARNING, _("setting --bind-interfaces option because of OS limitations"));
490 my_syslog(LOG_WARNING, _("warning: interface %s does not currently exist"), if_tmp->name);
495 my_syslog(LOG_WARNING, _("warning: ignoring resolv-file flag because no-resolv is set"))
    [all...]
log.c 173 my_syslog(LOG_WARNING, _("overflow: %d log entries lost"), e);
207 stop trying until the next call to my_syslog()
250 my_syslog(LOG_CRIT, _("log failed: %s"), strerror(errno));
259 void my_syslog(int priority, const char *format, ...) function
434 my_syslog(LOG_CRIT, message, arg1, errmess);
437 my_syslog(LOG_CRIT, _("FAILED to start up"));
dhcp.c 226 my_syslog(MS_DHCP | LOG_WARNING, _("DHCP packet received on %s which has no address"), ifr.ifr_name);
385 my_syslog(MS_DHCP | LOG_WARNING, _("DHCP range %s -- %s is not consistent with netmask %s"),
734 my_syslog(MS_DHCP | LOG_ERR, _("failed to read %s: %s"), ETHERSFILE, strerror(errno));
772 my_syslog(MS_DHCP | LOG_ERR, _("bad line at %s line %d"), ETHERSFILE, lineno);
785 my_syslog(MS_DHCP | LOG_ERR, _("bad address at %s line %d"), ETHERSFILE, lineno);
801 my_syslog(MS_DHCP | LOG_ERR, _("bad name at %s line %d"), ETHERSFILE, lineno);
815 my_syslog(MS_DHCP | LOG_ERR, _("ignoring %s line %d, duplicate name or IP address"), ETHERSFILE, lineno);
875 my_syslog(MS_DHCP | LOG_INFO, _("read %s - %d addresses"), ETHERSFILE, count);
900 my_syslog(MS_DHCP | LOG_ERR, _("duplicate IP address %s in %s."),
943 my_syslog(MS_DHCP | LOG_WARNING, _("%s has more than one address in hostsfile, using %s for DHCP"),
    [all...]
cache.c 764 my_syslog(LOG_ERR, _("failed to load names from %s: %s"), filename, strerror(errno));
798 my_syslog(LOG_ERR, _("bad address at %s line %d"), filename, lineno);
856 my_syslog(LOG_ERR, _("bad name at %s line %d"), filename, lineno);
863 my_syslog(LOG_INFO, _("read %s - %d addresses"), filename, addr_count);
902 my_syslog(LOG_INFO, _("cleared cache"));
933 my_syslog(LOG_ERR, _("cannot access directory %s: %s"),
1051 my_syslog(LOG_WARNING,
1129 my_syslog(LOG_INFO, _("time %lu"), (unsigned long)now);
1130 my_syslog(LOG_INFO, _("cache size %d, %d/%d cache insertions re-used unexpired cache entries."),
1132 my_syslog(LOG_INFO, _("queries forwarded %u, queries answered locally %u"),
    [all...]
network.c 73 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name);
871 my_syslog(LOG_WARNING, _("ignoring nameserver %s - local interface"), daemon->namebuff);
881 my_syslog(LOG_WARNING,
904 my_syslog(LOG_INFO, _("using local addresses only for %s %s"), s1, s2);
906 my_syslog(LOG_INFO, _("using nameserver %s#%d for %s %s"), daemon->namebuff, port, s1, s2);
909 my_syslog(LOG_INFO, _("using nameserver %s#%d(via %s)"), daemon->namebuff, port, new->interface);
911 my_syslog(LOG_INFO, _("using nameserver %s#%d"), daemon->namebuff, port);
936 my_syslog(LOG_DEBUG, _("set_interfaces(%s)"), interfaces);
984 my_syslog(LOG_DEBUG, _("closing listener for %s"), debug_buff);
1012 my_syslog(LOG_DEBUG, _("adding listener for %s"), debug_buff)
    [all...]
rfc2131.c 336 // my_syslog(MS_DHCP | LOG_WARNING, _("no address range available for DHCP request %s %s"),
352 my_syslog(MS_DHCP | LOG_INFO, _("%u Available DHCP subnet: %s/%s"),
355 my_syslog(MS_DHCP | LOG_INFO, _("%u Available DHCP range: %s -- %s"),
558 my_syslog(MS_DHCP | LOG_INFO, _("%u client provides name: %s"), ntohl(mess->xid), client_hostname);
696 my_syslog(MS_DHCP | LOG_INFO, _("%u Vendor class: %s"), ntohl(mess->xid), daemon->namebuff);
698 my_syslog(MS_DHCP | LOG_INFO, _("%u User class: %s"), ntohl(mess->xid), daemon->namebuff);
737 my_syslog(MS_DHCP | LOG_ERR, _("PXE BIS not supported"));
853 my_syslog(MS_DHCP | LOG_WARNING, _("disabling DHCP static address %s for %s"),
906 my_syslog(MS_DHCP | LOG_WARNING, _("not using configured address %s because it is leased to %s"),
916 my_syslog(MS_DHCP | LOG_WARNING, _("not using configured address %s because it is in use by the server or re (…)
    [all...]
tftp.c 179 my_syslog(MS_TFTP | LOG_ERR, _("unable to get free port for TFTP"));
282 my_syslog(MS_TFTP | LOG_INFO, _("TFTP sent %s to %s"), daemon->namebuff, inet_ntoa(peer.sin_addr));
416 my_syslog(MS_TFTP | LOG_ERR, _("TFTP error %d %s received from %s"),
447 my_syslog(MS_TFTP | LOG_ERR, _("TFTP failed sending %s to %s"),
506 my_syslog(MS_TFTP | LOG_ERR, "TFTP %s", mess->message);
dbus.c 150 my_syslog(LOG_WARNING, _("attempt to set an IPv6 server address via DBus - no IPv6 support"));
286 my_syslog(LOG_INFO, _("setting upstream servers from DBus"));
util.c 191 my_syslog(LOG_ERR, _("failed to allocate memory"));
247 my_syslog(LOG_ERR, _("failed to allocate %d bytes"), (int) size);
bpf.c 178 my_syslog(MS_DHCP | LOG_WARNING, _("DHCP request for unsupported hardware type (%d) received on %s"),
netlink.c 265 my_syslog(LOG_ERR, _("netlink returns error: %s"), strerror(-(err->error)));
forward.c 421 my_syslog(LOG_WARNING, _("nameserver %s refused to do a recursive query"), daemon->namebuff);
449 my_syslog(LOG_WARNING, _("possible DNS-rebind attack detected"));
    [all...]
lease.c 234 my_syslog(MS_DHCP | LOG_ERR, _("failed to write %s: %s (retry in %us)"),
option.c     [all...]
dnsmasq.h 195 /* extra flags for my_syslog, we use a couple of facilities since they are known
760 void my_syslog(int priority, const char *format, ...);

Completed in 542 milliseconds