Searched refs:readmsg (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A DMakefile7 SRCS= acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \
H A Dcandidate.c57 * example, if readmsg() has some QUIT messages waiting from the last
64 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) {
68 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) {
89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
H A Dtimed-extern.h44 struct tsp *readmsg(int, char *, struct timeval *, struct netinfo *);
H A Dacksend.c80 * Because this function calls readmsg(), none of its args may be in
81 * a message provided by readmsg().
117 answer = readmsg(ack, name, &twait, net);
H A Dtimed.c438 while (0 != readmsg(TSP_ANY, ANYADDR, &wait, net)) {
481 answer = readmsg(TSP_MASTERREQ, ANYADDR, &ntime, ntp);
491 answer = readmsg(TSP_MASTERUP, ANYADDR, &ntime, ntp);
501 answer = readmsg(TSP_ELECTION, ANYADDR, &ntime, ntp);
528 answer = readmsg(TSP_MASTERACK, ANYADDR, &ntime, ntp);
H A Dmaster.c109 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0);
429 if (0 != readmsg(TSP_TRACEON,ANYADDR,
H A Dreadmsg.c1 /* $NetBSD: readmsg.c,v 1.21 2007/02/04 21:17:01 cbiere Exp $ */
35 static char sccsid[] = "@(#)readmsg.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: readmsg.c,v 1.21 2007/02/04 21:17:01 cbiere Exp $");
68 * `readmsg' returns message `type' sent by `machfrom' if it finds it
76 readmsg(int type, char *machfrom, struct timeval *intvl, function
90 fprintf(fd, "readmsg: looking for %s from %s, %s\n",
141 fprintf(fd, "readmsg: found ");
186 fprintf(fd, "readmsg: wait %ld.%6ld at %s\n",
223 fprintf(fd,"readmsg: version mismatch\n");
258 fprintf(fd,"readmsg
[all...]
H A Dslave.c161 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupmsg.c84 x = readmsg(MSGSIGNON);
125 x = readmsg(MSGSIGNONACK);
160 x = readmsg(MSGSETUP);
274 x = readmsg(MSGLOGIN);
310 x = readmsg(MSGLOGACK);
338 x = readmsg(MSGREFUSE);
402 x = readmsg(MSGLIST);
453 x = readmsg(MSGNEED);
507 x = readmsg(MSGDENY);
600 x = readmsg(MSGREC
[all...]
H A Dscmio.c62 * readmsg (msg) read specified message type
99 * the "readmsg" routine will send a MSGGOAWAY message and
523 readmsg(int msg) function
681 x = readmsg(msg);
691 x = readmsg(msg);
703 x = readmsg(msg);
H A Dsupextern.h96 int readmsg(int);

Completed in 66 milliseconds