/external/dnsmasq/src/ |
D | dnsmasq.c | 462 my_syslog(LOG_INFO, _("started, version %s DNS disabled"), VERSION); in main() 464 my_syslog(LOG_INFO, _("started, version %s cachesize %d"), VERSION, daemon->cachesize); in main() 466 my_syslog(LOG_INFO, _("started, version %s cache disabled"), VERSION); in main() 468 my_syslog(LOG_INFO, _("compile time options: %s"), compile_opts); in main() 474 my_syslog(LOG_INFO, _("DBus support enabled: connected to system bus")); in main() 476 my_syslog(LOG_INFO, _("DBus support enabled: bus connection pending")); in main() 481 my_syslog(LOG_WARNING, _("warning: failed to change owner of %s: %s"), in main() 485 my_syslog(LOG_WARNING, _("setting --bind-interfaces option because of OS limitations")); in main() 490 my_syslog(LOG_WARNING, _("warning: interface %s does not currently exist"), if_tmp->name); in main() 495 my_syslog(LOG_WARNING, _("warning: ignoring resolv-file flag because no-resolv is set")); in main() [all …]
|
D | log.c | 173 my_syslog(LOG_WARNING, _("overflow: %d log entries lost"), e); in log_write() 250 my_syslog(LOG_CRIT, _("log failed: %s"), strerror(errno)); in log_write() 259 void my_syslog(int priority, const char *format, ...) in my_syslog() function 434 my_syslog(LOG_CRIT, message, arg1, errmess); in die() 437 my_syslog(LOG_CRIT, _("FAILED to start up")); in die()
|
D | cache.c | 764 my_syslog(LOG_ERR, _("failed to load names from %s: %s"), filename, strerror(errno)); in read_hostsfile() 798 my_syslog(LOG_ERR, _("bad address at %s line %d"), filename, lineno); in read_hostsfile() 856 my_syslog(LOG_ERR, _("bad name at %s line %d"), filename, lineno); in read_hostsfile() 863 my_syslog(LOG_INFO, _("read %s - %d addresses"), filename, addr_count); in read_hostsfile() 902 my_syslog(LOG_INFO, _("cleared cache")); in cache_reload() 933 my_syslog(LOG_ERR, _("cannot access directory %s: %s"), in cache_reload() 1051 my_syslog(LOG_WARNING, in cache_add_dhcp_entry() 1129 my_syslog(LOG_INFO, _("time %lu"), (unsigned long)now); in dump_cache() 1130 my_syslog(LOG_INFO, _("cache size %d, %d/%d cache insertions re-used unexpired cache entries."), in dump_cache() 1132 my_syslog(LOG_INFO, _("queries forwarded %u, queries answered locally %u"), in dump_cache() [all …]
|
D | network.c | 75 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name); in iface_check() 534 my_syslog(LOG_INFO, _("Closing listener [%s]:%d"), daemon->namebuff, port); in delete_listener() 536 my_syslog(LOG_INFO, _("Closing wildcard listener family=%d"), listener->family); in delete_listener() 908 my_syslog(LOG_WARNING, _("ignoring nameserver %s - local interface"), daemon->namebuff); in check_servers() 918 my_syslog(LOG_WARNING, in check_servers() 941 my_syslog(LOG_INFO, _("using local addresses only for %s %s"), s1, s2); in check_servers() 943 my_syslog(LOG_INFO, _("using nameserver %s#%d for %s %s"), daemon->namebuff, port, s1, s2); in check_servers() 946 my_syslog(LOG_INFO, _("using nameserver %s#%d(via %s)"), daemon->namebuff, port, new->interface); in check_servers() 948 my_syslog(LOG_INFO, _("using nameserver %s#%d"), daemon->namebuff, port); in check_servers() 973 my_syslog(LOG_DEBUG, _("set_interfaces(%s)"), interfaces); in set_interfaces() [all …]
|
D | dhcp.c | 226 …my_syslog(MS_DHCP | LOG_WARNING, _("DHCP packet received on %s which has no address"), ifr.ifr_nam… in dhcp_packet() 385 my_syslog(MS_DHCP | LOG_WARNING, _("DHCP range %s -- %s is not consistent with netmask %s"), in complete_context() 734 my_syslog(MS_DHCP | LOG_ERR, _("failed to read %s: %s"), ETHERSFILE, strerror(errno)); in dhcp_read_ethers() 772 my_syslog(MS_DHCP | LOG_ERR, _("bad line at %s line %d"), ETHERSFILE, lineno); in dhcp_read_ethers() 785 my_syslog(MS_DHCP | LOG_ERR, _("bad address at %s line %d"), ETHERSFILE, lineno); in dhcp_read_ethers() 801 my_syslog(MS_DHCP | LOG_ERR, _("bad name at %s line %d"), ETHERSFILE, lineno); in dhcp_read_ethers() 815 …my_syslog(MS_DHCP | LOG_ERR, _("ignoring %s line %d, duplicate name or IP address"), ETHERSFILE, l… in dhcp_read_ethers() 875 my_syslog(MS_DHCP | LOG_INFO, _("read %s - %d addresses"), ETHERSFILE, count); in dhcp_read_ethers() 900 my_syslog(MS_DHCP | LOG_ERR, _("duplicate IP address %s in %s."), in check_dhcp_hosts() 943 …my_syslog(MS_DHCP | LOG_WARNING, _("%s has more than one address in hostsfile, using %s for DHCP")… in dhcp_update_configs() [all …]
|
D | rfc2131.c | 352 my_syslog(MS_DHCP | LOG_INFO, _("%u Available DHCP subnet: %s/%s"), in dhcp_reply() 355 my_syslog(MS_DHCP | LOG_INFO, _("%u Available DHCP range: %s -- %s"), in dhcp_reply() 558 …my_syslog(MS_DHCP | LOG_INFO, _("%u client provides name: %s"), ntohl(mess->xid), client_hostname); in dhcp_reply() 696 my_syslog(MS_DHCP | LOG_INFO, _("%u Vendor class: %s"), ntohl(mess->xid), daemon->namebuff); in dhcp_reply() 698 my_syslog(MS_DHCP | LOG_INFO, _("%u User class: %s"), ntohl(mess->xid), daemon->namebuff); in dhcp_reply() 737 my_syslog(MS_DHCP | LOG_ERR, _("PXE BIS not supported")); in dhcp_reply() 853 my_syslog(MS_DHCP | LOG_WARNING, _("disabling DHCP static address %s for %s"), in dhcp_reply() 906 … my_syslog(MS_DHCP | LOG_WARNING, _("not using configured address %s because it is leased to %s"), in dhcp_reply() 916 …my_syslog(MS_DHCP | LOG_WARNING, _("not using configured address %s because it is in use by the se… in dhcp_reply() 919 …my_syslog(MS_DHCP | LOG_WARNING, _("not using configured address %s because it was previously decl… in dhcp_reply() [all …]
|
D | tftp.c | 179 my_syslog(MS_TFTP | LOG_ERR, _("unable to get free port for TFTP")); in tftp_request() 282 …my_syslog(MS_TFTP | LOG_INFO, _("TFTP sent %s to %s"), daemon->namebuff, inet_ntoa(peer.sin_addr)); in tftp_request() 416 my_syslog(MS_TFTP | LOG_ERR, _("TFTP error %d %s received from %s"), in check_tftp_listeners() 447 my_syslog(MS_TFTP | LOG_ERR, _("TFTP failed sending %s to %s"), in check_tftp_listeners() 506 my_syslog(MS_TFTP | LOG_ERR, "TFTP %s", mess->message); in tftp_err()
|
D | dbus.c | 150 my_syslog(LOG_WARNING, _("attempt to set an IPv6 server address via DBus - no IPv6 support")); in dbus_read_servers() 286 my_syslog(LOG_INFO, _("setting upstream servers from DBus")); in message_handler()
|
D | util.c | 193 my_syslog(LOG_ERR, _("failed to allocate memory")); in canonicalise() 249 my_syslog(LOG_ERR, _("failed to allocate %d bytes"), (int) size); in whine_malloc()
|
D | netlink.c | 265 my_syslog(LOG_ERR, _("netlink returns error: %s"), strerror(-(err->error))); in nl_err()
|
D | bpf.c | 178 …my_syslog(MS_DHCP | LOG_WARNING, _("DHCP request for unsupported hardware type (%d) received on %s… in send_via_bpf()
|
D | option.c | 2555 my_syslog(LOG_ERR, str, file, strerror(errno)); in one_file() 2680 my_syslog(LOG_ERR, buff, file); in one_file() 2727 my_syslog(MS_DHCP | LOG_INFO, _("read %s"), daemon->dhcp_hosts_file); in reread_dhcp() 2758 my_syslog(MS_DHCP | LOG_INFO, _("read %s"), daemon->dhcp_opts_file); in reread_dhcp()
|
D | forward.c | 421 my_syslog(LOG_WARNING, _("nameserver %s refused to do a recursive query"), daemon->namebuff); in process_reply() 449 my_syslog(LOG_WARNING, _("possible DNS-rebind attack detected")); in process_reply()
|
D | lease.c | 234 my_syslog(MS_DHCP | LOG_ERR, _("failed to write %s: %s (retry in %us)"), in lease_update_file()
|
D | dnsmasq.h | 761 void my_syslog(int priority, const char *format, ...);
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 248 + my_syslog(LOG_INFO, _("read timed out (errno %d)"), errno); 258 + my_syslog(LOG_INFO, _("error in read (timeout %d, errno %d)"), secs, errno); 472 …my_syslog(LOG_INFO, _("Available DHCP range: %s -- %s"), daemon->namebuff, inet_ntoa(context_tmp->… 498 + my_syslog(LOG_INFO, _("Ignoring client due to access script"));
|