Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_palisade.c161 sendbyte ( in sendbyte() function
180 sendbyte(buffer, (unsigned char)((a>>8) & 0xff)); in sendint()
181 sendbyte(buffer, (unsigned char)(a & 0xff)); in sendint()
221 sendbyte (&tx, 0x3); in init_thunderbolt()
248 sendbyte(&tx, 0x02); in init_acutime()
249 sendbyte(&tx, 0x00); in init_acutime()
250 sendbyte(&tx, 0x00); in init_acutime()
251 sendbyte(&tx, 0x00); in init_acutime()
Drefclock_palisade.h196 static void sendbyte (struct packettx *buffer, int b);
Drefclock_parse.c5041 void sendbyte (struct txbuf *buf, int b);
5058 void sendbyte (struct txbuf *buf, int b);
5064 sendbyte( in sendbyte() function
5112 sendbyte(buf, (u_char)((a>>8) & 0xff)); in sendint()
5113 sendbyte(buf, (u_char)(a & 0xff)); in sendint()
5131 sendbyte(buf, uval.bd[i]); in sendflt()
5164 sendbyte(&buf, 4); /* static */ in trimbletsip_setup()
5172 sendbyte(&buf, 1); /* time transfer mode */ in trimbletsip_setup()
5179 sendbyte(&buf, 0x2); /* binary mode */ in trimbletsip_setup()
5183 sendbyte(&buf, TRIM_POS_OPT); /* position output */ in trimbletsip_setup()
[all …]