OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MS_TFTP
(Results
1 - 4
of
4
) sorted by null
/external/dnsmasq/src/
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);
log.c
256
OR'd to priority can be
MS_TFTP
, MS_DHCP, ... to be able to do log separation between
272
if ((LOG_FACMASK & priority) ==
MS_TFTP
)
dnsmasq.c
532
my_syslog(
MS_TFTP
| LOG_INFO, "TFTP %s%s %s",
560
my_syslog(
MS_TFTP
| LOG_WARNING,
[
all
...]
dnsmasq.h
197
#define
MS_TFTP
LOG_USER
Completed in 942 milliseconds