Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_palisade.c163 * sendbyte -
166 sendbyte ( in sendbyte() function
185 sendbyte(buffer, (unsigned char)((a>>8) & 0xff)); in sendint()
186 sendbyte(buffer, (unsigned char)(a & 0xff)); in sendint()
226 sendbyte (&tx, 0x3); in init_thunderbolt()
253 sendbyte(&tx, 0x02); in init_acutime()
254 sendbyte(&tx, 0x00); in init_acutime()
255 sendbyte(&tx, 0x00); in init_acutime()
256 sendbyte(&tx, 0x00); in init_acutime()
277 sendbyte ( in init_resolution()
[all...]
H A Drefclock_palisade.h199 static void sendbyte (struct packettx *buffer, int b);
H A Drefclock_parse.c5057 void sendbyte (struct txbuf *buf, int b);
5074 void sendbyte (struct txbuf *buf, int b);
5080 sendbyte( in sendbyte() function
5128 sendbyte(buf, (u_char)((a>>8) & 0xff)); in sendint()
5129 sendbyte(buf, (u_char)(a & 0xff)); in sendint()
5147 sendbyte(buf, uval.bd[i]); in sendflt()
5180 sendbyte(&buf, 4); /* static */ in trimbletsip_setup()
5188 sendbyte(&buf, 1); /* time transfer mode */ in trimbletsip_setup()
5195 sendbyte(&buf, 0x2); /* binary mode */ in trimbletsip_setup()
5199 sendbyte(&buf, TRIM_POS_OPT); /* position output */ in trimbletsip_setup()
[all …]