Searched refs:readmsg (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/usr.sbin/timed/timed/ |
H A D | candidate.c | 64 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) { in election() 68 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) { in election() 89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net); in election()
|
H A D | timed.c | 433 while (0 != readmsg(TSP_ANY, ANYADDR, &wait, net)) { in suppress() 476 answer = readmsg(TSP_MASTERREQ, ANYADDR, &ntime, ntp); in lookformaster() 486 answer = readmsg(TSP_MASTERUP, ANYADDR, &ntime, ntp); in lookformaster() 496 answer = readmsg(TSP_ELECTION, ANYADDR, &ntime, ntp); in lookformaster() 523 answer = readmsg(TSP_MASTERACK, ANYADDR, &ntime, ntp); in lookformaster()
|
H A D | Makefile | 7 SRCS= acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \
|
H A D | timed-extern.h | 44 struct tsp *readmsg(int, char *, struct timeval *, struct netinfo *);
|
H A D | acksend.c | 117 answer = readmsg(ack, name, &twait, net); in acksend()
|
H A D | master.c | 109 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0); in master() 429 if (0 != readmsg(TSP_TRACEON,ANYADDR, in synch()
|
H A D | readmsg.c | 76 readmsg(int type, char *machfrom, struct timeval *intvl, in readmsg() function
|
H A D | slave.c | 161 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0); in slave()
|
/netbsd-src/external/gpl2/texinfo/dist/util/ |
H A D | dir-example | 416 * readmsg: (mailutils)readmsg. Extract messages from a folder.
|