Searched refs:sendbyte (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_palisade.h199 static void sendbyte (struct packettx *buffer, int b);
H A Drefclock_palisade.c163 * sendbyte -
166 sendbyte ( function
185 sendbyte(buffer, (unsigned char)((a>>8) & 0xff));
186 sendbyte(buffer, (unsigned char)(a & 0xff));
226 sendbyte (&tx, 0x3);
253 sendbyte(&tx, 0x02);
254 sendbyte(&tx, 0x00);
255 sendbyte(&tx, 0x00);
256 sendbyte(&tx, 0x00);
277 sendbyte (
[all...]
H A Drefclock_parse.c5023 * sendcmd, sendbyte, sendetx, sendflt, sendint implement the command
5057 void sendbyte (struct txbuf *buf, int b);
5074 void sendbyte (struct txbuf *buf, int b);
5080 sendbyte( function
5128 sendbyte(buf, (u_char)((a>>8) & 0xff));
5129 sendbyte(buf, (u_char)(a & 0xff));
5147 sendbyte(buf, uval.bd[i]);
5180 sendbyte(&buf, 4); /* static */
5188 sendbyte(&buf, 1); /* time transfer mode */
5195 sendbyte(
[all...]

Completed in 114 milliseconds