Home
last modified time | relevance | path

Searched refs:MS_TFTP (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Dtftp.c179 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()
Dlog.c272 if ((LOG_FACMASK & priority) == MS_TFTP) in my_syslog()
Ddnsmasq.c526 my_syslog(MS_TFTP | LOG_INFO, "TFTP %s%s %s", in main()
554 my_syslog(MS_TFTP | LOG_WARNING, in main()
Ddnsmasq.h197 #define MS_TFTP LOG_USER macro