Home
last modified time | relevance | path

Searched refs:MT_REMOTE (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/rdistd/
H A Dserver.c302 message(MT_REMOTE|MT_NOTICE, in removefile()
336 message(MT_REMOTE|MT_WARNING, in removefile()
349 message(MT_REMOTE|MT_WARNING, in removefile()
371 message(MT_CHANGE|MT_REMOTE, "%s: removed", target); in removefile()
379 message(MT_NOTICE|MT_REMOTE, "%s: removed", target); in removefile()
442 message(MT_REMOTE|MT_INFO, "%s: need to remove", in doclean()
840 message(MT_REMOTE|MT_INFO, "%s: need to update", in recvfile()
945 message(MT_REMOTE|MT_CHANGE, "%s: updated", target); in recvfile()
1137 message(MT_REMOTE|MT_INFO, NULL); in recvlink()
1139 message(MT_REMOTE|MT_INFO, "%s: need to update", in recvlink()
[all …]
/openbsd/usr.bin/rdist/
H A Dtypes.h60 #define MT_REMOTE 0x0400 /* Ensure msg to remote */ macro
H A Dmessage.c339 case MT_REMOTE: cmd = C_LOGMSG; break; in msgsendstdout()
534 } else if (isserver && IS_ON(flags, MT_REMOTE)) in _message()
535 msgsendstdout(NULL, MT_REMOTE, flags, mbuf); in _message()