Home
last modified time | relevance | path

Searched refs:TSP_REFUSE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/timed/timed/
Dcandidate.c64 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) { in election()
115 case TSP_REFUSE: in election()
133 msg.tsp_type = TSP_REFUSE; in election()
Dslave.c388 to.tsp_type = TSP_REFUSE; in slave()
478 case TSP_REFUSE: in slave()
Dreadmsg.c354 case TSP_REFUSE: in slaveack()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-timed.c70 #define TSP_REFUSE 10 /* reject candidature of master */ macro
96 { TSP_REFUSE, "TSP_REFUSE" },
/netbsd/src/include/protocols/
Dtimed.h77 #define TSP_REFUSE 10 /* reject candidature of master */ macro