HomeSort by: relevance | last modified time | path
    Searched defs:sendbyte (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.c 165 * sendbyte -
168 sendbyte ( function
187 sendbyte(buffer, (unsigned char)((a>>8) & 0xff));
188 sendbyte(buffer, (unsigned char)(a & 0xff));
228 sendbyte (&tx, 0x3);
255 sendbyte(&tx, 0x02);
256 sendbyte(&tx, 0x00);
257 sendbyte(&tx, 0x00);
258 sendbyte(&tx, 0x00);
279 sendbyte (&tx, 0x3)
    [all...]
refclock_parse.c 5025 * sendcmd, sendbyte, sendetx, sendflt, sendint implement the command
5059 void sendbyte (struct txbuf *buf, int b);
5076 void sendbyte (struct txbuf *buf, int b);
5082 sendbyte( function
5130 sendbyte(buf, (u_char)((a>>8) & 0xff));
5131 sendbyte(buf, (u_char)(a & 0xff));
5149 sendbyte(buf, uval.bd[i]);
5182 sendbyte(&buf, 4); /* static */
5190 sendbyte(&buf, 1); /* time transfer mode */
5197 sendbyte(&buf, 0x2); /* binary mode *
    [all...]

Completed in 29 milliseconds