HomeSort by: relevance | last modified time | path
    Searched refs:sendtsp (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/timed/timed/
acksend.c 59 (void)sendtsp(sock, &msg, addr);
63 sendtsp(int s, struct tsp *msg, struct sockaddr_in *addr) function in typeref:typename:int
112 if (sendtsp(sock, message, addr) == -1)
timed-extern.h 88 int sendtsp(int , struct tsp *, struct sockaddr_in *);
candidate.c 81 if (sendtsp(sock, &msg, &net->dest_addr) == -1)
slave.c 149 (void)sendtsp(sock, &to, &ntp->dest_addr);
470 (void)sendtsp(sock, &to, &taddr);
533 (void)sendtsp(sock, msg,
master.c 148 (void)sendtsp(sock, &to, &ntp->dest_addr);

Completed in 35 milliseconds