Lines Matching refs:sendbyte
5057 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()
5200 sendbyte(&buf, 0x00); /* no velocity output */ in trimbletsip_setup()
5201 sendbyte(&buf, TRIM_TIME_OPT); /* UTC, compute on seconds */ in trimbletsip_setup()
5202 sendbyte(&buf, 0x00); /* no raw measurements */ in trimbletsip_setup()
5252 sendbyte(&buf, i+1); /* old sat */ in trimble_check()
5260 sendbyte(&buf, 0x00); /* current tracking set */ in trimble_check()